@php
$version = $basicInfo->theme_version;
@endphp
@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->about_section_status == 1)
{!! @$about->text !!}
{{ $feature->text }}
{{ !empty($sectionContent->workprocess_section_subtitle) ? $sectionContent->workprocess_section_subtitle : 'Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind. ' }}
{{ !empty($sectionContent->testimonial_section_subtitle) ? $sectionContent->testimonial_section_subtitle : 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolorum omnis natus cumque possimus dicta suscipit enim, aperiam, voluptatum quis deleniti. ' }}
{{ @$about->subtitle }}
{{ @$afAboutCon->section_name }}
{{ @$about->features_title }}
{{ $feature->title }}
{{ @$cuFeatures->section_name }}
{{ !empty($sectionContent->workprocess_section_title) ? $sectionContent->workprocess_section_title : 'How appointment Booking System Works' }}
{{ !empty($sectionContent->workprocess_section_title) ? $sectionContent->workprocess_section_title : 'How the Appointment Booking System Works ' }}
{{ $processe->title }}
0{{ $loop->iteration }}
{{ @$cuWorkProcess->section_name }}
{{ !empty($sectionContent->testimonial_section_title) ? $sectionContent->testimonial_section_title : 'What Customers Say About Our Booking Systems ' }}
{{ __('NO TESTIMONIAL FOUND') }}!
@endif
{{ @$cuTestimonial->section_name }}