Server IP : 66.29.132.124 / Your IP : 18.222.98.91 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 : /home/wavevlvu/book24.ng/themes/Mytravel/Flight/frontend/layouts/search-map/ |
Upload File : |
<div class="bravo-list-item @if(!$rows->count()) not-found @endif"> @if($rows->count()) <div class="text-paginate"> <h2 class="text"> @if($rows->total() > 1) {{ __(":count spaces found",['count'=>$rows->total()]) }} @else {{ __(":count space found",['count'=>$rows->total()]) }} @endif </h2> <span class="count-string">{{ __("Showing :from - :to of :total Spaces",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }}</span> </div> <div class="list-item"> <div class="row"> @foreach($rows as $row) <div class="col-lg-4 col-md-6"> @include('Flight::frontend.layouts.search.loop-grid') </div> @endforeach </div> </div> <div class="bravo-pagination"> {{$rows->appends(array_merge(request()->query(),['_ajax'=>1]))->links()}} </div> @else <div class="not-found-box"> <h3 class="n-title">{{__("We couldn't find any spaces.")}}</h3> <p class="p-desc">{{__("Try changing your filter criteria")}}</p> </div> @endif </div>