@include('Car::frontend.layouts.search.filter-search')
@if($rows->total() > 0) @foreach($rows as $row)
@include('Car::frontend.layouts.search.loop-grid')
@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