@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}}