?
Current File : /home/sanghavirealty/public_html/storageazwer/framework/views/e2920f03844da40e1d0679e92798ae4f.php

          <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" href="#" id="dropdown" data-bs-toggle="dropdown" aria-expanded="false">
                Blog</a>
            <ul class="dropdown-menu second-level" aria-labelledby="dropdown">

             
              
                  <?php $__currentLoopData = $CategoryBeta; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php if($list->parentid == 0): ?>
                        <li><b style='border:1px;'><a class="dropdown-item" href="<?php echo e(url('/category').'/'.$list->slug); ?>"><?php echo e($list->title); ?></a></b></li>
                      
                                <?php $__currentLoopData = $CategoryBeta; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $sublist): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <?php if($list->id == $sublist->parentid): ?>
                                <li><a class="dropdown-item" href="<?php echo e(url('/category').'/'.$sublist->slug); ?>"><?php echo e($sublist->title); ?></a></li>
                                <?php endif; ?>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        

                        <?php endif; ?>
                  <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </ul></li>

        <?php /**PATH /home/sanghavirealty/public_html/resources/views/homepage/category-beta-inside.blade.php ENDPATH**/ ?>