@extends('web.layouts.container') @section('header')
@if($home->header_video) @endif @if($home->header_image)
@if (app()->getLocale() == 'en') {!! str_replace(' ', '
', $home->header_title) !!} @endif @if (app()->getLocale() == 'ar') @foreach($headerTitle as $headerTit) {{$headerTit}} @endforeach {{-- تخــ--}} {{-- يل --}} {{-- الأ --}} {{-- مكا--}} {{-- نيات--}} @endif {{-- {!! str_replace(' ', '
', $home->header_title) !!}--}}

{{stripText($home->header_description)}}

{{__('main.more_about_us')}}
@endif
@endsection @section('content')

{{$home->vision_title}}

{!! $home->vision_description !!}

{{__('drives.click_here_to_know_more')}}

{{$home->impact_title}}

{!! $home->impact_description !!}

{{__('main.click_here_to_read_report')}}

{{__('legacies.head')}}

{!! $home->legacy_title !!}

{!! stripText($legacy_description[0] ?? null) !!}

{!! stripText($legacy_description[1] ?? null) !!}

{!! stripText($legacy_description[2] ?? null) !!}

{{__('legacies.open_full_bio')}}
@if(count($sliders))

{{__('main.highlights')}}

@foreach($sliders as $slider) @endforeach
@endif @endsection @section('inner_js') @endsection