@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 }}

@foreach ($processes as $process)
0{{ $process->serial_number }}

{{ $process->title }}

@endforeach
@endif @if ($secInfo->counter_section_status == 1)
Bg-img

{{ $counterSectionInfo ? $counterSectionInfo->title : '' }}

@foreach ($counters as $counter)

{{ $counter->amount }}+

{{ $counter->title }}

@endforeach
@endif @if ($secInfo->testimonial_section_status == 1)

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

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

@foreach ($testimonials as $testimonial)

{{ $testimonial->comment }}

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