@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)
{{ $aboutInfo?->years_of_expricence }}+ {{ __('Years') }}
{{ __('We are highly experience') }}
{{ $aboutInfo->title}}

{{ $aboutInfo?->sub_title }}

{!! $aboutInfo?->description !!}
@endif @if ($secInfo->why_choose_us_section_status == 1)
@if (!empty($whyChooseUsImg->why_choose_us_section_video_link)) @endif
{{ $whyChooseUsInfo->title}}

{{ $whyChooseUsInfo?->sub_title }}

{!! $whyChooseUsInfo?->description !!}
@endif @if ($secInfo->work_process_section_status == 1)
{{ $workProcessSecInfo->title }}

{{ $workProcessSecInfo?->subtitle }}

@foreach ($processes as $process)
{{ $loop->iteration }}

{{ $process?->title }}

{{ $process?->text }}

@endforeach
@endif @if ($secInfo->testimonial_section_status == 1)
{{ $testimonialSecInfo->title }}

{{ !empty($testimonialSecInfo?->subtitle) ? $testimonialSecInfo?->subtitle : '' }}

{{ !empty($testimonialSecInfo?->content) ? $testimonialSecInfo?->content : '' }}

@foreach ($testimonials as $testimonial)
@if (is_null($testimonial->image)) @else @endif

{{ $testimonial->comment }}

{{ $testimonial->name }}
{{ $testimonial->occupation }}
({{ $testimonial->rating }})
@endforeach
@endif @if (!empty(showAd(3)))
{!! showAd(3) !!}
{{-- Spacer --}}
@endif @endsection