@include('Car::frontend.layouts.search_cityTour.filter-search')
@if($rows->total() > 0) @foreach($rows as $row) {{-- @php $a = json_encode($row); @endphp --}} {{-- @foreach(json_decode($a) as $row) --}} {{--
@include('Car::frontend.layouts.search_cityTour.loop-grid')
--}}
@include('Car::frontend.layouts.search_limousine.loop-grid')
@endforeach {{-- @endforeach --}} @else
{{__("Car not found")}}
@endif
{{$rows->appends(request()->query())->links()}} @if($rows->total() > 0) {{ __("Showing :from - :to of :total Cars",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }} @endif