@extends('front.layout.app') @section('title', 'TRL Japan | Import Your Dream Car Globally') @section('meta_description', 'Explore thousands of car listings, compare prices, and get the best deals on TRL Japan.') @section('content')
High-Performance Engine and Transmission Units

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

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

Suspension Systems & Performance Braking Kits

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

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

Global Auto Parts Supply Chain and Logistics

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

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

{{ \App\Models\CmsPage::get($cms, 'section_one_title', null, 'Popular Body Types') }}

@foreach($types as $type) @endforeach

{{ \App\Models\CmsPage::get($cms, 'section_two_title', null, 'Used Cars By Body Type') }}

View all
{{-- Add 'active' class here, and force display with inline style as a fallback --}}

{{ \App\Models\CmsPage::get($cms, 'section_three_title', null, 'Source Vehicles by Global Brands & Manufacturers') }}

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

@foreach($makes as $make) @endforeach
images

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

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

@php $findUrl = '#'; $modalAttr = 'data-bs-toggle="modal" data-bs-target="#popup_bid"'; if(auth()->check()){ $modalAttr = ''; $findUrl = auth()->user()->hasRole('admin') ? route('admin.listings.create') : route('vendor.listings.create'); } @endphp List cars
images

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

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

Find cars
@if($blogs->count() > 0)

News to help choose your car

View all
@if(isset($blogs[0]))
{{ $blogs[0]->title }}
{{ $blogs[0]->created_at->format('M d, Y') }}

{{ Str::limit($blogs[0]->title, 60) }}

@php $firstPart = preg_split('/(<\/p>|
|\n)/i', $blogs[0]->content, 2)[0]; $cleanText = html_entity_decode(strip_tags($firstPart)); $cleanText = str_replace("\xc2\xa0", ' ', $cleanText); $cleanText = preg_replace('/\s+/', ' ', $cleanText); @endphp {{ Str::limit(trim($cleanText), 150, '...') }}

@endif
@foreach($blogs->slice(1) as $blog)
{{ $blog->title }}

{{ Str::limit($blog->title, 50) }}

@php $firstPart = preg_split('/(<\/p>|
|\n)/i', $blog->content, 2)[0]; $cleanText = html_entity_decode(strip_tags($firstPart)); $cleanText = str_replace("\xc2\xa0", ' ', $cleanText); $cleanText = preg_replace('/\s+/', ' ', $cleanText); @endphp {{ Str::limit(trim($cleanText), 150, '...') }}

@endforeach
@endif @include('front.layout.partner') @include('front.partials.availability_modal') @endsection @push('script') {{-- ===== HOME FILTER JS ===== --}} @endpush