?
<?php $__env->startSection('content'); ?>
<?php echo \Livewire\Mechanisms\FrontendAssets\FrontendAssets::styles(); ?>
<div class="header-content">
<img class="../userassets/bkg.jpg">
<div class="header-title">
<div class="container">
<h2>Search Result</h2>
</div>
</div>
</div>
<!-- <?php if(empty($getCategoryDetail)): ?>
<div class="pro-title text-center">
<h1 class="blocktitle text-center mb-5">Categories</h1>
</div>
<?php else: ?>
<div class="pro-title text-center">
<h1 class="blocktitle text-center mb-5"><?php echo e($getCategoryDetail->title); ?></h1>
</div>
<?php endif; ?> -->
<?php echo $__env->make('blog.category-grid', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<!-- start -->
<!-- end -->
</section>
<?php echo \Livewire\Mechanisms\FrontendAssets\FrontendAssets::scripts(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('homepage.layout-marketplace',[
'admintitle'=> 'Post',
'summary' => '',
'keywords' => '',
'createdate' => '',
'ogimage' => ''
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/sanghavirealty/public_html/resources/views/blog/category.blade.php ENDPATH**/ ?>