{{-- Homepage Approach Section (Home3Blocs) — 4-column icon card grid + presentation video --}} @php use App\Helpers\PresentationVideo; $cards = [ ['icon' => 'pie-chart', 'title' => __('home.approach_section.card_1.title'), 'items' => __('home.approach_section.card_1.items')], ['icon' => 'camera', 'title' => __('home.approach_section.card_2.title'), 'items' => __('home.approach_section.card_2.items')], ['icon' => 'shield', 'title' => __('home.approach_section.card_3.title'), 'items' => __('home.approach_section.card_3.items')], ['icon' => 'flame', 'title' => __('home.approach_section.card_4.title'), 'items' => __('home.approach_section.card_4.items')], ]; $video = PresentationVideo::assets(); @endphp

{{ __('home.approach_section.sr_title') }}

@foreach($cards as $index => $card)
@endforeach
{{-- Presentation video — adaptive-bitrate HLS, starts muted once on screen. The narration is lost while muted, but the video carries burnt-in subtitles, so the message still reads. One click on the native volume control brings the sound back. --}} {{--

{{ __('home.approach_section.video.heading') }}

--}}
{{ __('home.approach_section.cta') }}