@extends('frontend.layouts.app') @section('content')

{{ translate('About Us')}}

about-page-bg

{!! page_content('about_sec_one_sub_title', null, $lang) !!}

{{ page_content('about_sec_one_title', null, $lang) }}

{!! page_content('about_sec_one_desc', null, $lang) !!}

{{ page_content('about_sec_one_card_one_title', null, $lang) }}

{!! page_content('about_sec_one_card_one_desc', null, $lang) !!}

{{ page_content('about_sec_one_card_tow_title', null, $lang) }}

{!! page_content('about_sec_one_card_tow_desc', null, $lang) !!}
chaireman-bg

{{ page_content('about_sec_tow_title', null, $lang) }}

{!! page_content('about_sec_tow_desc', null, $lang) !!}

{{--

{{ page_content('about_sec_three_title', null, $lang) }}

{{ page_content('about_sec_three_sec_title', null, $lang) }}{{ page_content('about_sec_three_contact_no', null, $lang) }}

{{ page_content('about_sec_four_title', null, $lang) }}

@if (page_content('about_sec_four_tab_label') != null) @foreach (json_decode(page_content('about_sec_four_tab_label', null, $lang), true) as $key => $value) @endforeach @endif
@if (page_content('about_sec_four_tab_label') != null) @foreach (json_decode(page_content('about_sec_four_tab_label', null, $lang), true) as $key => $value)

{{ json_decode(page_content('about_sec_four_tab_data_title', null, $lang), true)[$key]}}

{{ date('Y',strtotime($value)) }}

{!! json_decode(page_content('about_sec_four_tab_data_desc', null, $lang), true)[$key] !!}

@endforeach @endif
--}} {{--
appointment-strap-left-bg appointment-strap-right-bg

{{ page_content('about_sec_five_title', null, $lang) }}

{{ page_content('about_sec_five_sub_title', null, $lang) }}

--}} @endsection