File: /var/www/html/storage/framework/views/afd26ee85acaf6673db24f2262426594.php
<section class="pb-0 pt0 row wow fadeInUp">
<div class="container">
<div class="row align-items-between justify-content-between wow fadeInUp" data-wow-delay="300ms">
<div class="col-lg-9">
<div class="main-title2">
<h2 class="title">Providers</h2>
</div>
</div>
<div class="col-lg-3">
<div class="text-end text-lg-end mb-4">
<a class="ud-btn btn-light-thm bdrs90" href="<?php echo e(route('category.page')); ?>">See more<i class="fal fa-arrow-right-long"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 wow fadeInUp" data-wow-delay="300ms">
<div class="dots_none slider-dib-sm slider-5-grid vam_nav_style owl-theme owl-carousel">
<!--[if BLOCK]><![endif]--><?php if($browse): ?>
<!--[if BLOCK]><![endif]--><?php $__currentLoopData = $browse; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(route('show.category.services', $cat['slug'])); ?>">
<div class="item">
<div class="feature-style1 mb30 bdrs16">
<div class="feature-img bdrs16 overflow-hidden"><img class="w-100 h-50" src="<?php echo e($cat['thumbnail'] ?? ''); ?>" alt="<?php echo e($cat['name']); ?>"></div>
<div class="feature-content">
<div class="top-area">
<h5 class="text"><?php echo e($cat['name']); ?><br class="d-none d-lg-block"></h5>
</div>
</div>
</div>
</div>
</a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]-->
<?php endif; ?><!--[if ENDBLOCK]><![endif]-->
</div>
</div>
</div>
</div>
</section><?php /**PATH /var/www/html/resources/views/livewire/web/browse-category.blade.php ENDPATH**/ ?>