@extends('front.layout.app') @section('title', $detail->title . ' for Sale - TRL Japan') @section('meta_description', 'Check out this ' . $detail->title . '. Price: ' . $detail->price . '. View details, photos, and contact the seller.') @section('content')
@php $carImages = $detail->getMedia('car_images'); @endphp @forelse($carImages as $image)
{{ $detail->title ?? '' }}
@if($detail->video_link_url)
Video
@endif All image
@empty
No Image Available
@endforelse
@if($carImages->count() > 1) @php $thumbCount = min(6, $carImages->count()); $extra = $carImages->count() - $thumbCount; @endphp
@foreach($carImages->take($thumbCount) as $idx => $thumb) @endforeach
@endif
{{-- Price Widget --}}
@if(!empty($socialProof['hot_tags']))
@foreach($socialProof['hot_tags'] as $tag) {{ $tag['label'] }} @endforeach
@endif

{{ $detail->title ?? '' }}

@if($detail->mileage)
{{ number_format($detail->mileage) }} {{$detail->mileage_unit}}
@endif @if($detail->fuelType)
{{ $detail->fuelType->name }}
@endif @if($detail->transmission)
{{$detail->transmission->name }}
@endif @if($detail->condition)
{{ $detail->condition->name }}
@endif
${{ number_format($detail->price) }}
{{--
--}} {{--

--}} {{-- ZIP: {{ $detail->zip ?? 'N/A' }}--}} {{--

--}} {{--
--}}
{{-- Live Activity Widget --}}
Live activity
  • {{ $socialProof['live_activity']['viewed_past_hour'] }} People viewed in the past hour
  • {{ $socialProof['live_activity']['inquired_today'] }} Inquired about availability today
  • {{ $socialProof['live_activity']['contacted_today'] }} Buyers contacted seller today
{{-- Dealer/Seller Widget --}}
@php $profileImage = optional($detail->user)->getFirstMediaUrl('profile_pictures') ?: asset('assets/images/avatar.webp'); @endphp
image

{{ $detail->user?->name ?? 'N/A' }}

Verified dealer

{{ collect([ $detail->address, $detail->city, $detail->state, $detail->zip ])->filter()->implode(', ') }}

{{-- @if($detail->map_location)--}} {{--
--}} {{-- --}} {{--
--}} {{-- @endif--}}
Contact dealer
@if($detail->user?->phone) Call to seller @else Call to seller @endif Check Availability

Report this listing

{{-- Recommended Cars --}}

Description

{{ $detail->description }}

@php $docs = $detail->getMedia('car_documents'); @endphp @if($docs->isNotEmpty())
@foreach($docs as $doc) Download {{ $doc->name }} @endforeach
@endif
{{--
--}} {{-- @include('showroom.resources.views.front.partials.instant_calculator', [--}} {{-- 'vehicleCondition' => optional($detail->condition)->name,--}} {{-- ])--}} {{--
--}}

Recommended Used Cars

Showing more cars you might like

View more
{{-- Price Widget --}}
@if(!empty($socialProof['hot_tags']))
@foreach($socialProof['hot_tags'] as $tag) {{ $tag['label'] }} @endforeach
@endif

{{ $detail->title ?? '' }}

@if($detail->mileage)
{{ number_format($detail->mileage) }} {{$detail->mileage_unit}}
@endif @if($detail->fuelType)
{{ $detail->fuelType->name }}
@endif @if($detail->transmission)
{{$detail->transmission->name }}
@endif @if($detail->condition)
{{ $detail->condition->name }}
@endif
${{ number_format($detail->price) }}
{{--
--}} {{--

--}} {{-- ZIP: {{ $detail->zip ?? 'N/A' }}--}} {{--

--}} {{--
--}}
{{-- Live Activity Widget --}}
Live activity
  • {{ $socialProof['live_activity']['viewed_past_hour'] }} People viewed in the past hour
  • {{ $socialProof['live_activity']['inquired_today'] }} Inquired about availability today
  • {{ $socialProof['live_activity']['contacted_today'] }} Buyers contacted seller today
{{-- Dealer/Seller Widget --}}
@php $profileImage = optional($detail->user)->getFirstMediaUrl('profile_pictures') ?: asset('assets/images/avatar.webp'); @endphp
image

{{ $detail->user?->name ?? 'N/A' }}

Verified dealer

{{ collect([ $detail->address, $detail->city, $detail->state, $detail->zip ])->filter()->implode(', ') }}

Contact dealer
@if($detail->user?->phone) Call to seller @else Call to seller @endif Check Availability

Report this listing

{{-- Recommended Cars --}}

Recommended Used Cars

Showing more cars you might like

View more
{{-- @include('showroom.resources.views.front.partials.availability_modal')--}} @endsection @push('script') @endpush