@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content') @if(!empty($aboutData) && !empty($aboutData->getData('about_banner_image'))) @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'))) {{lang('watch_showreel')}} {{lang('watch_showreel')}} {{lang('watch_showreel')}} {{lang('watch_showreel')}} {{lang('watch_showreel')}} {{lang('watch_showreel')}} @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')}} @foreach($executive as $item) {{$item->getData('post_title')}} {{$item->getData('designation')}} @endforeach @include('frontend.about.partials.our-group-of-companies') @foreach($executive as $item) {{$item->getData('post_title')}} {{$item->getData('designation')}} {!!$item->getData('description')!!} @endforeach @endif @if(!empty($aboutData)) @if(!empty($aboutData->getData('corporate_brochure'))) {{lang('corporate_brochure')}} @endif @endif @stop @section('scripts') @parent @stop