@include('frontend.includes.header') @include('frontend.includes.vip-drawer')
BEVERLY HILLS FLAGSHIP SHOWROOM

CERTIFIED SHOWROOM GALLERY

Explore our curated collection of certified pre-owned supercars, luxury SUVs, and exotic hypercars available with immediate global transport.

VIP Special Offers ({{ count(\App\Models\Vehicle::where('is_special_offer', true)->get()) }})
Showing {{ count($vehicles) }} Certified Vehicles
Sort by:
@forelse($vehicles as $index => $vehicle) @php $finalPrice = ($vehicle->offer_price && $vehicle->offer_price < $vehicle->price) ? $vehicle->offer_price : $vehicle->price; @endphp
{{ $vehicle->name }} @if($vehicle->is_special_offer || $vehicle->offer_badge) {{ $vehicle->offer_badge ?: 'SPECIAL OFFER' }} @endif {{ strtoupper($vehicle->status) }}
{{ $vehicle->brand }} • {{ $vehicle->category }}

{{ $vehicle->year }} {{ $vehicle->name }}

@if($vehicle->offer_price && $vehicle->offer_price < $vehicle->price) ${{ number_format($vehicle->price) }} ${{ number_format($vehicle->offer_price) }} @else ${{ number_format($vehicle->price) }} @endif
Mileage{{ $vehicle->mileage ?? 'N/A' }}
Engine{{ $vehicle->engine ?? 'N/A' }}
Power{{ $vehicle->power ?? 'N/A' }}
@empty
No vehicles available in inventory right now. Add vehicles from the Admin Dashboard.
@endforelse
300-Point Inspection

Every vehicle undergoes master technician history & mechanical testing.

Enclosed Global Transport

White-glove enclosed trailer delivery to your residential driveway worldwide.

Clean Title & CarFax

Single-owner documentation and clean title guarantee on every transaction.

@include('frontend.includes.footer')