File manager - Edit - /home/linknsbh/rassudr.online/storage/framework/views/1284d6f775a73ec00d87c8ad163835f3481b8bed.php
Back
<?php $version = $basicInfo->theme_version; ?> <?php $__env->startSection('pageHeading'); ?> <?php if(!empty($pageHeading)): ?> <?php echo e($pageHeading->wishlist_page_title); ?> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php if ($__env->exists('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->wishlist_page_title : __('Wishlist'), ])) echo $__env->make('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->wishlist_page_title : __('Wishlist'), ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- Wishlist-area Start --> <div class="shopping-area user-dashboard pt-100 pb-60"> <div class="container"> <div class="row justify-content-center gx-xl-5"> <div class="col-lg-3"> <?php if ($__env->exists('frontend.user.side-navbar')) echo $__env->make('frontend.user.side-navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="col-lg-9"> <div class="account-info radius-md mb-40"> <div class="title row"> <div class="col-lg-6"> <h4 class="mt-2"><?php echo e(__('Wishlist')); ?></h4> </div> <div class="col-lg-6"> <form action="<?php echo e(route('user.wishlist')); ?>" method="GET"> <input type="text" class="form-control search-input" name="service" placeholder="<?php echo e(__('Search by Service Title') . '...'); ?>" value="<?php echo e(request()->service); ?>"> </form> </div> </div> <?php if(count($wishlists) == 0): ?> <h6 class="text-center"><?php echo e(__('NO WISHLIST FOUND') . '!'); ?></h6> <?php else: ?> <div class="main-info"> <div class="main-table"> <div class="table-responsiv"> <table id="myTable" class="table table-striped w-100"> <thead> <tr class="table-heading"> <th scope="col"><?php echo e(__('Service Title')); ?></th> <th scope="col"><?php echo e(__('Price')); ?></th> <th scope="col"><?php echo e(__('Action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $wishlists; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr class="item"> <td class="product"> <div class="d-flex align-items-center gap-3"> <figure class="product-img"> <a target="_blank" href="<?php echo e(route('frontend.service.details', ['slug' => $item->slug, 'id' => $item->service_id])); ?>" target="_blank" title="Link" class="lazy-container radius-md ratio ratio-1-1"> <img class="lazyload" src="<?php echo e(asset('assets/frontend/images/placeholder.png')); ?>" data-src="<?php echo e(asset('assets/img/services/' . $item->service_image)); ?>" alt="Service Image"> </a> </figure> <div class="product-desc"> <h6> <a class="product-title" target="_blank" title="Link" href="<?php echo e(route('frontend.service.details', ['slug' => $item->slug, 'id' => $item->service_id])); ?>"> <?php echo e(truncateString($item->name, 50)); ?> </a> </h6> <div class="ratings d-flex"> <div class="rate bg-img" data-bg-image="<?php echo e(asset('assets/frontend/images/rate-star.png')); ?>"> <?php $ratingStaticWidth = '0%'; ?> <?php if(!empty($item->average_rating)): ?> <div class="rating-icon bg-img" style="width: <?php echo e($item->average_rating * 20 . '%;'); ?>" data-bg-image="<?php echo e(asset('assets/frontend/images/rate-star.png')); ?>"> </div> <?php else: ?> <div class="rating-icon bg-img" style="width: <?php echo e($ratingStaticWidth); ?>" data-bg-image="<?php echo e(asset('assets/frontend/images/rate-star.png')); ?>"> </div> <?php endif; ?> </div> <span class="ratings-total">(<?php echo e($item->average_rating ? $item->average_rating : 0.0); ?>)</span> </div> </div> </div> </td> <td class="price"> <span><?php echo e(symbolPrice($item->price)); ?></span> </td> <td class="text-center"> <a href="<?php echo e(route('frontend.service.details', ['slug' => $item->slug, 'id' => $item->service_id])); ?>" target="_blank" title="Remove" class="btn btn-remove rounded-pill mx-auto"> <i class="fal fa-eye"></i> </a> <a href="<?php echo e(route('remove.wishlist', ['id' => $item->service_id])); ?>" target="_self" title="Remove" class="btn btn-remove rounded-pill mx-auto"> <i class="fal fa-trash-alt"></i> </a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <nav class="pagination-nav pb-25" data-aos="fade-up"> <ul class="pagination justify-content-center"> <?php echo e($wishlists->links()); ?> </ul> </nav> </div> </div> <?php endif; ?> </div> </div> </div> </div> </div> <!-- Wishlist-area End --> <?php $__env->stopSection(); ?> <?php echo $__env->make('frontend.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/linknsbh/rassudr.online/resources/views/frontend/user/wishlist.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.31 |
proxy
|
phpinfo
|
Settings