@extends('front.layout.app') @section('title', 'Touro Resources Limited Japan — Premium Automotive & Heavy Machinery Export') @section('meta_description', 'Your trusted partner for sourcing high-quality Japanese vehicles, heavy machinery, spare parts, and direct auction access. Shipping reliably across six continents.') @section('content') @php $listingHref = auth()->check() ? (auth()->user()->hasRole('admin') ? route('admin.listings.create') : route('vendor.listings.create')) : '#'; @endphp {{-- Premium Modern Fonts Styling --}}
{{-- Hero Section --}}
{{ \App\Models\CmsPage::get($cms, 'hero_subtitle') }}

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

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

@foreach(\App\Models\CmsPage::get($cms, 'hero_list', 'items', []) as $item) {{ trim($item) }} @endforeach
Premium vehicles ready for global export at TRL Japan
@php $heroCards = \App\Models\CmsPage::cardsByPrefix($cms, 'hero_image_card_'); @endphp @foreach($heroCards as $card)
{{ $card['title'] }} {{ $card['description'] }}
@endforeach
{{-- Corporate Identity & Core Values --}}

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

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

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

@php $sectionOneIcons = ['fal fa-shield-check', 'fal fa-star', 'fal fa-globe', 'fal fa-handshake']; $sectionOneCards = \App\Models\CmsPage::cardsByPrefix($cms, 'section_one_card_'); @endphp @foreach($sectionOneCards as $index => $card)
{{ $card['title'] }}
{{ $card['description'] }}
@endforeach
{{-- Strategic Focus: Vision & Mission --}}

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

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

@php $visionCard = \App\Models\CmsPage::cardsByPrefix($cms, 'section_two_card_')->first(); @endphp @if($visionCard)

{{ $visionCard['title'] }}

{{ $visionCard['description'] }}
@endif

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

    @foreach(\App\Models\CmsPage::get($cms, 'section_two_list', 'items', []) as $item)
  • {{ trim($item) }}
  • @endforeach
{{-- Core Services Grid --}}

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

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

@php $serviceIcons = ['fal fa-ship', 'fal fa-gavel', 'fal fa-cogs', 'fal fa-wrench', 'fal fa-clipboard-check', 'fal fa-boxes']; $serviceCards = \App\Models\CmsPage::cardsByPrefix($cms, 'section_three_card_'); @endphp @foreach($serviceCards as $index => $card)
{{ trim($card['title']) }}

{{ trim($card['description']) }}

@endforeach
{{-- Value Proposition Showcase --}}

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

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

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

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

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

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

Inquire for Procurement
@foreach(\App\Models\CmsPage::get($cms, 'section_five_list', 'items', []) as $item)
{{ trim($item) }}
@endforeach
{{-- Scroll Animation --}} @endsection