{{-- {{ dd($car) }} --}} @if(!empty($cars)) @foreach($cars as $car ) @if ($car->ads_status_id != 3) {{-- @php $cr = App\Models\Car::find($car->id); @endphp --}}
@lang('site.id number')( {{$car->id ?? ''}})
{{round($car->carReview2()) ?? 0}}
{{$car->carComment->count() ?? 0}} @lang('site.comments')

{!! strip_tags(html_entity_decode($car->description ?? '')) !!} {{-- {!! html_entity_decode(substr($car->description, 0, 125)) !!} --}}
@lang('site.car_numbers') {{$car->car_numbers ?? 0}}
@lang('site.price'): {{ $car->fixed_price ? $car->fixed_price . ' ' . ($car->country->currency_ar ?? '') : '' }}
@lang('site.year'): {{$car->year ?? 0}}
@endif @endforeach @endif @if(count($cars)==0)

@lang('site.no_search_result')

@endif @if($cars->hasPages())
@endif