@extends('layouts.main') @section('breadcrumbs') {{ Breadcrumbs::render('car', $car) }} @endsection @section('content')

{{ $car->name }}

@if(config('app.car_removal')) @if(config('app.batch_removal')) @else {{ __('app.remove_car') }} @endif @elseif(config('app.car_removal_modal')) @endif
@if(is_array($car->big_images_url) and count($car->big_images_url))
@foreach($car->big_images_url as $image) {{ Str::upper($car?->vin) }} {{ $car->title }} @endforeach
@if(config('app.call_requests'))
@if(config('app.arman'))
{{ __('app.interesant_car') }} {{Str::upper($car->vin)}}
@else
{{ __('app.interesant_car') }}
@endif

{{ __('app.we_help_you') }}

@endif @if(strip_tags(get_setting('remove_instructions')))
{!! get_setting('remove_instructions') !!}
@endif
@endif
is_array($car->images_url) and count($car->images_url)])> @if($car->lot instanceof \App\Models\Lot) @endif
@if($car->image and ($car->image->interior_url or $car->image->exterior_urls))
@if(is_array($car->image->exterior_urls) and count($car->image->exterior_urls))
$car->image->interior_url])>
@endif @if($car->image->interior_url)
is_array($car->image->exterior_urls) and count($car->image->exterior_urls)])>
@endif
@endif @if($car->image and ($car->image->video_url or $car->image->external_panorama_url))
$car->image->external_panorama_url])> @if($car->image->youtube_id) @elseif($car->image->video_url) @endif
@if($car->image->external_panorama_url)
$car->image->video_url])>
@endif
@endif @if(isset($article) and $article)
{!! $article !!}
@endif @if(isset($similar) and $similar instanceof \Illuminate\Database\Eloquent\Collection and $similar->count() > 0) @if(config('app.arman'))

{{ __('app.similar_cars') }} {{ $car->name }}

@else

{{ __('app.similar_cars') }}

@endif
@foreach($similar as $item) @endforeach
@endif
@endsection @section('head') @if($car->image and is_array($car->image->exterior_urls) and count($car->image->exterior_urls)) @endif @if($car->image and $car->image->interior_url) @endif @endsection