{!! clean($translation->title) !!}

@if($row->getReviewEnable()) {{ $review_score['score_total'] }}/5 {{$review_score['score_text']}} {{__(":number reviews",['number'=>$review_score['total_review']])}} @endif
@if($translation->address) {{ $translation->address }} @endif @if($row->map_lat && $row->map_lng) - {{__('View on map')}} @endif
@if($row->getGallery())
@if(!empty($row->video))
@endif
@endif @if($translation->content)
{{ __("Description") }}
@endif @include('Car::frontend.layouts.details.attributes') @include('Car::frontend.layouts.details.specifications') @if($translation->faqs)

{{__("FAQs")}}

@foreach($translation->faqs as $item)
{{$item['title']}}
{{$item['content']}}
@endforeach
@endif @if($row->map_lat && $row->map_lng)

{{__("Location")}}

@endif