@php
$version = $basicInfo->theme_version;
@endphp
@extends("frontend.layouts.layout-v$version")
@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'),
'subtitle' => __('About Us'),
])
@if ($secInfo->about_section_status == 1)
{{ $process?->text }}
{{ !empty($testimonialSecInfo?->content) ? $testimonialSecInfo?->content : '' }}
{{ $aboutInfo?->sub_title }}
{{ $workProcessSecInfo?->subtitle }}
{{ $process?->title }}
{{ !empty($testimonialSecInfo?->subtitle) ? $testimonialSecInfo?->subtitle : '' }}