@extends('client.layout.master') @php use App\Models\Translation; $locale = app()->getLocale(); @endphp @section('title', Translation::getValue('warranty_title', $locale)) @section('content')
    @foreach($slides as $slide)
  • {{ $slide->{'title_' . $locale} }}
    {{ $slide->{'subtitle_' . $locale} }}
    {{ Translation::getValue('learn_more', $locale) }}
  • @endforeach
{{-- Section Title --}}

{{ $featureSection->{'title_' . $locale} }}

{{ $featureSection->{'description_' . $locale} }}
{{-- Feature Items --}}
@foreach($featureSection->items as $item)

{{ $item->{'title_' . $locale} }}

{{ $item->{'text_' . $locale} }}

@endforeach
{{-- Section title --}}

{{ $accordionSection->{'title_' . $locale} }}

{{-- Accordion Items --}}
    @foreach($accordionSection->items as $index => $item)
  • {{ $item->{'title_' . $locale} }}
    {{ $item->{'content_' . $locale} }}
  • @endforeach
{{-- SECTION TITLE --}}

{{ $portfolioSection->{'title_' . $locale} }}

{{ $portfolioSection->{'description_' . $locale} }}
{{-- CAROUSEL --}}

{{ $featureSectionTwo->{'title_' . $locale} }}

{{ $featureSectionTwo->{'description_' . $locale} }}

{{ $featureSectionTwo->{'icon_1_title_' . $locale} }}

{{ $featureSectionTwo->{'icon_2_title_' . $locale} }}

{{ $featureSectionTwo->{'icon_3_title_' . $locale} }}

{{-- 36 — MAIN TITLE --}}

{{ $processSection->{'title_'.$locale} }}

{{-- 36.1 — DESCRIPTION --}}
{{ $processSection->{'description_'.$locale} }}
{{-- 37 — MISSION --}}

{{ $processSection->{'icon_1_title_'.$locale} }}

{{ $processSection->{'icon_1_desc_'.$locale} }}
{{-- 38 — VISION --}}

{{ $processSection->{'icon_2_title_'.$locale} }}

{{ $processSection->{'icon_2_desc_'.$locale} }}
{{-- 39 — VALUES --}}

{{ $processSection->{'icon_3_title_'.$locale} }}

{{ $processSection->{'icon_3_desc_'.$locale} }}
{{-- 40 — CTA --}}
{{-- 41 — MAIN TITLE --}}

{{ $contactCta->{'title_'.$locale} }}

{{-- 41.1 — DESCRIPTION --}}
{{ $contactCta->{'description_'.$locale} }}
{{-- 41.2 — CTA BUTTON --}}
@endsection