@extends('layouts.main') @section('content')

Premium Collection

Browse our hand-picked inventory of fully restored vintage classics and performance modern cars.

@foreach($cars as $car)
{{ $car->image_alt ?? ($car->make . ' ' . $car->model) }}
${{ number_format($car->price) }}

{{ $car->make }} {{ $car->model }}

{{ $car->year }} | {{ $car->transmission }}

{{ $car->mileage }}
{{ $car->fuel_type }}
View Specs & Details
@endforeach
{{ $cars->links() }}
@endsection