@include('Car::frontend.layouts.search_cityTour.filter-search')
@if($rows->total() > 1) {{ __(":count cars found",['count'=>$rows->total()]) }} @else {{ __(":count car found",['count'=>$rows->total()]) }} @endif
@include('Car::frontend.layouts.search_cityTour.orderby')
@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')
@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