OwlCyberSecurity - MANAGER
Edit File: 295a639edb56193f33a5b2f261c248ad.php
<?php $__env->startSection('content'); ?> <div class="top-area"> <div class="grid_frame"> <div class="container_grid clearfix"> <div class="grid_12"> <!-- <h2 class="page-title"><?php echo e(count($categories)); ?> Categories!</h2> --> <!-- <h1 class="page-title">Best Discounts For Every Category</h1> --> </div> </div> </div> </div> <?php echo $__env->make('frontend.master.filter', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="grid_frame page-content"> <div class="container_grid"> <div class="mod-grp-coupon block clearfix tabbable"> <div class="grid_12"> <h3 class="title-block"> <span class="wrap-tab"> <h1 class="lbl-tab active">Best Discounts For Every Category</h1> <!-- <span class="lbl-tab">Featured Stores</span> --> </span> </h3> </div> <div class="block-content list-coupon clearfix"> <div class="tab-content"> <div class="tab-content-item active"> <?php foreach ($categories as $category) { ?> <div class="coupon-item grid_3"> <div class="coupon-content no-padding categ"> <!-- <a href="<?php echo e(route('stores')); ?>?category_id=<?php echo e($category->id); ?>" class="ver_container"> --> <a href="<?php echo e(route('category_details', ['slug' => $category->slug])); ?>" class="ver_container"> <div class="img-thumb-center"> <div class="wrap-img-thumb"> <span class="ver_hold"></span> <?php if (!empty($category->image)) { ?> <img src="<?php echo e(asset('storage/category_images/'.$category->image)); ?>" alt="<?php echo e($category->name); ?>"> <?php } ?> </div> </div> <div class="coupon-brand text-center" style="margin-top: 10px; height: 42px;"><?php echo e($category->name); ?></div> </a> </div> <!-- <i class="stick-lbl hot-sale"></i> --> </div> <?php } ?> </div> </div> </div> <!-- <a class="grid_6 btn btn-orange btn-load-more" href="#">LOAD MORE COUPON</a> --> </div><!--end block: Featured Coupons--> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('frontend.master.main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/makmfewe/frugilo.com/resources/views/frontend/categories.blade.php ENDPATH**/ ?>