{{$row->make_name}}

@if($row->address)

{{$row->address}}

@endif
@if($row->getGallery()) @endif @if($row->content)

{{__("Description")}}

@endif {{-- @include('Car::frontend.layouts.details.attributes') --}} @if($row->faqs)

{{__("FAQs")}}

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

{{__("Location")}}

@endif