@extends('front.layout.app') @section('title', 'Browse Car Listings | TRL Japan') @section('meta_description', 'Search through our extensive inventory of SUVs, Sedans, and Luxury cars. Filter by brand, price, and year.') @section('content')

{{ \App\Models\CmsPage::get($cms, 'hero_title') }}

{{ \App\Models\CmsPage::get($cms, 'hero_description') }}

{{-- MOBILE OFFCANVAS - exact same UI, same dynamic data --}}

Filters and Sort

Clear
{{-- ZIP CODE --}}
{{-- RADIUS --}}
{{-- MAKE --}}
Make
  • Make
  • @foreach($filterData['makes'] as $make)
  • {{ $make->name }}
  • @endforeach
{{-- MODEL --}}
Models
  • Models
{{-- BODY --}}
Body
  • Body
  • @foreach($filterData['body_types'] as $body)
  • {{ $body->name }}
  • @endforeach
{{-- PRICE SLIDER --}}
Price:
{{-- FUEL TYPE --}}
Fuel type
  • Fuel type
  • @foreach($filterData['fuel_types'] as $fuel)
  • {{ $fuel->name }}
  • @endforeach
{{-- TRANSMISSION --}}
Transmission
  • Transmission
  • @foreach($filterData['transmissions'] as $trans)
  • {{ $trans->name }}
  • @endforeach
{{-- DRIVE TYPE --}}
Driver type
  • Driver type
  • @foreach($filterData['drive_types'] as $drive)
  • {{ $drive->name }}
  • @endforeach
{{-- DOOR --}} {{--
--}} {{--
--}} {{--
--}} {{-- Door--}} {{--
    --}} {{--
  • Door
  • --}} {{-- @foreach($filterData['doors'] as $d)--}} {{--
  • {{ $d->name }} Door
  • --}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- CYLINDER --}} {{--
--}} {{--
--}} {{--
--}} {{-- Cylinder--}} {{--
    --}} {{--
  • Cylinder
  • --}} {{-- @foreach($filterData['cylinders'] as $cyl)--}} {{--
  • {{ $cyl->name }} Cylinder--}} {{--
  • --}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- COLOR --}} {{--
--}} {{--
--}} {{--
--}} {{-- Color--}} {{--
    --}} {{--
  • Color
  • --}} {{-- @foreach($filterData['colors'] as $color)--}} {{--
  • {{ $color->name }}
  • --}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- ENGINE --}}
Engine
  • Engine
  • @foreach($filterData['engine'] as $eng)
  • {{ $eng->name }}
  • @endforeach
{{-- EXTERIOR COLOR --}}
Exterior Color
  • Exterior Color
  • @foreach($filterData['exterior_color'] as $ext)
  • {{ $ext->name }}
  • @endforeach
{{-- INTERIOR COLOR --}}
Interior Color
  • Interior Color
  • @foreach($filterData['interior_color'] as $int)
  • {{ $int->name }}
  • @endforeach
{{-- YEAR SLIDER --}}
Year:
{{-- MILEAGE SLIDER --}}
Miles:
{{-- FEATURED --}}
{{-- FEATURES --}}

Featured

@foreach($filterData['features']->flatten() as $feature) @endforeach
{{-- @include('showroom.resources.views.front.partials.availability_modal')--}} @endsection @push('script') @endpush