@extends('frontend.layouts.app') @section('title') About Us @endsection @section('content')
inner-banner-bg

{{get_setting('about_sec_one_banner_title')}}

{{get_setting('about_sec_one_banner_sub_title')}}

overlay-tri-angle-bg

{{get_setting('about_sec_one_heading_first')}}{{get_setting('about_sec_one_heading_second')}}

{{get_setting('about_sec_one_sub_heading')}}
{!! get_setting('about_sec_one_desc') !!}
home-banner-overlay-shape

{{get_setting('about_sec_tow_title')}}

{!! get_setting('about_sec_tow_desc') !!}
@if (loopType(json_decode(get_setting('about_sec_tow_block_count_value'), true))) @foreach (json_decode(get_setting('about_sec_tow_block_count_value'), true) as $key => $value)
{{$value}} {{ getLoopSetting('about_sec_tow_block_count_symbol', $key) }}

{{ getLoopSetting('about_sec_tow_block_count_title', $key) }}

@endforeach @endif
@if (loopType(json_decode(get_setting('about_sec_three_title'), true))) @foreach (json_decode(get_setting('about_sec_three_title'), true) as $key => $value)
resource-icon

{{ $value }}

{!! getLoopSetting('about_sec_three_desc', $key) !!}
@endforeach @endif

{{get_setting('about_us_section_four_title')}}

{!! get_setting('about_us_section_four_description') !!}
@if (loopType(json_decode(get_setting('about_sec_four_icon'), true))) @foreach (json_decode(get_setting('about_sec_four_icon'), true) as $key => $value)
about-why-bg
{!! getLoopSetting('about_sec_four_desc', $key) !!}
@endforeach @endif

{{get_setting('about_us_section_five_title')}}

@include('frontend.partials.enquiry') @endsection @section('script') @endsection