@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_cityTour.loop-grid')
@endforeach
@endforeach
@else
{{__("Car not found")}}
@endif