File manager - Edit - /home/u300416816/domains/fastfoodzen.com/public_html/storage/framework/views/4263a9d6348b63756f6017afbc5d39af.php
Back
<?php $__env->startSection('title', __('Search')); ?> <?php $gtext = gtext(); ?> <?php $__env->startSection('meta-content'); ?> <meta name="keywords" content="<?php echo e($gtext['og_keywords']); ?>" /> <meta name="description" content="<?php echo e($gtext['og_description']); ?>" /> <meta property="og:title" content="<?php echo e($gtext['og_title']); ?>" /> <meta property="og:site_name" content="<?php echo e($gtext['site_name']); ?>" /> <meta property="og:description" content="<?php echo e($gtext['og_description']); ?>" /> <meta property="og:type" content="website" /> <meta property="og:url" content="<?php echo e(url()->current()); ?>" /> <meta property="og:image" content="<?php echo e(asset('public/media/'.$gtext['og_image'])); ?>" /> <meta property="og:image:width" content="600" /> <meta property="og:image:height" content="315" /> <?php if($gtext['fb_publish'] == 1): ?> <meta name="fb:app_id" property="fb:app_id" content="<?php echo e($gtext['fb_app_id']); ?>" /> <?php endif; ?> <meta name="twitter:card" content="summary_large_image"> <?php if($gtext['twitter_publish'] == 1): ?> <meta name="twitter:site" content="<?php echo e($gtext['twitter_id']); ?>"> <meta name="twitter:creator" content="<?php echo e($gtext['twitter_id']); ?>"> <?php endif; ?> <meta name="twitter:url" content="<?php echo e(url()->current()); ?>"> <meta name="twitter:title" content="<?php echo e($gtext['og_title']); ?>"> <meta name="twitter:description" content="<?php echo e($gtext['og_description']); ?>"> <meta name="twitter:image" content="<?php echo e(asset('public/media/'.$gtext['og_image'])); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('header'); ?> <?php echo $__env->make('frontend.partials.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <main class="main"> <!-- Page Breadcrumb --> <div class="breadcrumb-section"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="<?php echo e(url('/')); ?>"><?php echo e(__('Home')); ?></a></li> <li class="breadcrumb-item active" aria-current="page"><?php echo e(__('Search')); ?></li> </ol> </nav> </div> <div class="col-lg-6"> <div class="page-title"> <h1><?php echo e(__('Search')); ?></h1> </div> </div> </div> </div> </div> <!-- /Page Breadcrumb/ --> <!-- Inner Section --> <section class="inner-section inner-section-bg"> <div class="container"> <div class="row"> <?php if(count($datalist)>0): ?> <?php $__currentLoopData = $datalist; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-sm-12 col-md-6 col-lg-3 col-xl-3 col-xxl-3"> <div class="item-card"> <div class="item-image"> <?php if(($row->is_discount == 1) && ($row->old_price !='')): ?> <?php $discount = number_format((($row->old_price - $row->sale_price)*100)/$row->old_price); ?> <span class="item-label"><?php echo e($discount); ?>% <?php echo e(__('Off')); ?></span> <?php endif; ?> <a href="<?php echo e(route('frontend.product', [$row->id, $row->slug])); ?>"> <img src="<?php echo e(asset('public/media/'.$row->f_thumbnail)); ?>" alt="<?php echo e($row->title); ?>" /> </a> </div> <div class="item-title"> <a href="<?php echo e(route('frontend.product', [$row->id, $row->slug])); ?>"><?php echo e(str_limit($row->title)); ?></a> </div> <div class="rating-wrap"> <div class="stars-outer"> <div class="stars-inner" style="width:<?php echo e($row->ReviewPercentage); ?>%;"></div> </div> <span class="rating-count">(<?php echo e($row->TotalReview); ?>)</span> </div> <div class="item-sold"> <?php echo e(__('Sold By')); ?> <a href="<?php echo e(route('frontend.stores', [$row->seller_id, str_slug($row->shop_url)])); ?>"><?php echo e(str_limit($row->shop_name)); ?></a> </div> <div class="item-pric-card"> <?php if($row->sale_price != ''): ?> <?php if($gtext['currency_position'] == 'left'): ?> <div class="new-price"><?php echo e($gtext['currency_icon']); ?><?php echo e(NumberFormat($row->sale_price)); ?></div> <?php else: ?> <div class="new-price"><?php echo e(NumberFormat($row->sale_price)); ?><?php echo e($gtext['currency_icon']); ?></div> <?php endif; ?> <?php endif; ?> <?php if(($row->is_discount == 1) && ($row->old_price !='')): ?> <?php if($gtext['currency_position'] == 'left'): ?> <div class="old-price"><?php echo e($gtext['currency_icon']); ?><?php echo e(NumberFormat($row->old_price)); ?></div> <?php else: ?> <div class="old-price"><?php echo e(NumberFormat($row->old_price)); ?><?php echo e($gtext['currency_icon']); ?></div> <?php endif; ?> <?php endif; ?> </div> <div class="item-card-bottom"> <a data-id="<?php echo e($row->id); ?>" href="javascript:void(0);" class="btn add-to-cart addtocart"><?php echo e(__('Add To Cart')); ?></a> <ul class="item-cart-list"> <li><a class="addtowishlist" data-id="<?php echo e($row->id); ?>" href="javascript:void(0);"><i class="bi bi-heart"></i></a></li> <li><a href="<?php echo e(route('frontend.product', [$row->id, $row->slug])); ?>"><i class="bi bi-eye"></i></a></li> </ul> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <div class="col-sm-8 offset-sm-2 col-md-6 offset-md-3 col-lg-4 offset-lg-4 col-xl-4 offset-xl-4 col-xxl-4 offset-xxl-4"> <div class="empty_card"> <div class="empty_img"> <img src="<?php echo e(asset('public/frontend/images/empty.png')); ?>" /> </div> <h3><?php echo e(__('Oops! No product found.')); ?></h3> </div> </div> <?php endif; ?> </div> <div class="row mt-15"> <div class="col-lg-12"> <?php echo e($datalist->links()); ?> </div> </div> </div> </section> <!-- /Inner Section/ --> </main> <?php $__env->stopSection(); ?> <?php $__env->startPush('scripts'); ?> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.frontend', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u300416816/domains/fastfoodzen.com/public_html/resources/views/frontend/search.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings