@extends('frontend.layout')
@section('pageHeading')
{{ !empty($pageHeading) ? $pageHeading->about_us_title : __('About Us') }}
@endsection
@section('metaKeywords')
@if (!empty($seoInfo))
{{ $seoInfo->meta_keywords_about_page }}
@endif
@endsection
@section('metaDescription')
@if (!empty($seoInfo))
{{ $seoInfo->meta_description_about_page }}
@endif
@endsection
@section('content')
@includeIf('frontend.partials.breadcrumb', [
'breadcrumb' => $bgImg->breadcrumb,
'title' => !empty($pageHeading) ? $pageHeading->about_us_title : __('About Us'),
])
@if ($secInfo->work_process_section_status == 1)
{{ @$workProcessSecInfo->title }}
{{ $process->title }}
{{ $counter->title }}
{{ !empty($testimonialSecInfo->subtitle) ? $testimonialSecInfo->subtitle : '' }}