Failed to save the file to the "xx" directory.
Failed to save the file to the "ll" directory.
Failed to save the file to the "mm" directory.
Failed to save the file to the "wp" directory.
Server IP : 66.29.132.124 / Your IP : 3.142.131.69 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/storage/framework/views/ |
Upload File : |
<div class="row"> <div class="col-lg-3 col-md-12"> <?php echo $__env->make('Boat::frontend.layouts.search.filter-search', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="col-lg-9 col-md-12"> <div class="bravo-list-item"> <div class="topbar-search"> <h2 class="text"> <?php if($rows->total() > 1): ?> <?php echo e(__(":count boats found",['count'=>$rows->total()])); ?> <?php else: ?> <?php echo e(__(":count boat found",['count'=>$rows->total()])); ?> <?php endif; ?> </h2> <div class="control"> <?php echo $__env->make('Boat::frontend.layouts.search.orderby', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="list-item"> <div class="row"> <?php if($rows->total() > 0): ?> <?php $__currentLoopData = $rows; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $row): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-md-6"> <?php echo $__env->make('Boat::frontend.layouts.search.loop-grid', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <div class="col-lg-12"> <?php echo e(__("Boat not found")); ?> </div> <?php endif; ?> </div> </div> <div class="bravo-pagination"> <?php echo e($rows->appends(request()->query())->links()); ?> <?php if($rows->total() > 0): ?> <span class="count-string"><?php echo e(__("Showing :from - :to of :total Boats",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()])); ?></span> <?php endif; ?> </div> </div> </div> </div> <?php /**PATH /home/wavevlvu/book24.ng/modules/Boat/Views/frontend/layouts/search/list-item.blade.php ENDPATH**/ ?>