@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')
@if(!empty($aboutData) && !empty($aboutData->getData('about_banner_image')))
{{lang('about_us_banner_alt_keywords')}}
@endif

{{lang('about')}}

@if(!empty($aboutData) && !empty($aboutData->getData('post_title')))

{{$aboutData->getData('post_title')}}

{!!$aboutData->getData('sub_title')!!}
@endif
@if(!empty($aboutData) && !empty($aboutData->getData('about_video')))
@endif @if(!empty($aboutData))
{!!$aboutData->getData('excerpt')!!}
{!!$aboutData->getData('description')!!}
@include('frontend.partials.marquee')
@endif @if(!empty($aboutData))

{{lang('why_we_do_it')}}

{!!$aboutData->getData('why_we_do_it')!!}

{{lang('what_we_offer')}}

{!!$aboutData->getData('what_we_offer')!!}

{{lang('vision')}}

{!!$aboutData->getData('vision')!!}

{{lang('mission')}}

{!!$aboutData->getData('mission')!!}
@endif @if(!empty($values) && $values->isNotEmpty())
{{lang('values')}}
@foreach($values as $value)
{!!url_get_contents(PP($value->getData('value_image')))!!}
{!!$value->getData('sub_title')!!}
@endforeach
@endif @if(!empty($executive) && $executive->isNotEmpty())

{{lang('about_us_page_executive')}}

{{lang('about_us_page_management')}}
@include('frontend.about.partials.our-group-of-companies') @foreach($executive as $item) @endforeach @endif @if(!empty($aboutData))
@if(!empty($aboutData->getData('corporate_brochure')))
{{lang('corporate_brochure')}}
@endif
@endif
@stop @section('scripts') @parent @stop