@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' => "aerial-view-bangkok-skyline-skyscraper-260nw-1104510797.webp", 'title' => !empty($pageHeading) ? $pageHeading->about_us_title : __('About Us'), ]) @if ($secInfo->about_section_status == 1)
About Image
{{ @$about->title }}

{{ @$about->subtitle }}

{!! @$about->text !!}

@if (!empty($about->button_url)) {{ $about->button_text }} @endif
@endif @if (count($after_about) > 0) @foreach ($after_about as $customAbout) @if (isset($aboutSec[$customAbout->id]) && $aboutSec[$customAbout->id] == 1) @php $afAboutCon = App\Models\HomePage\CustomSectionContent::where('custom_section_id', $customAbout->id) ->where('language_id', $currentLanguageInfo->id) ->first(); @endphp

{{ @$afAboutCon->section_name }}

{!! @$afAboutCon->content !!}
Founder Image
@endif @endforeach @endif @if ($secInfo->featured_section_status == 1)

{{ $sectionContent ? $sectionContent->featured_section_title : __('Your Ultimate Hourly Hotel Booking Solution') }}

@foreach ($features as $feature)
Feature Icon
{{ $feature->title }}

{{ $feature->subtitle }}

@endforeach
@endif @if (count($after_features) > 0) @foreach ($after_features as $Cufeatures) @if (isset($aboutSec[$Cufeatures->id])) @if ($aboutSec[$Cufeatures->id] == 1) @php $cuFeatures = App\Models\HomePage\CustomSectionContent::where('custom_section_id', $Cufeatures->id) ->where('language_id', $currentLanguageInfo->id) ->first(); @endphp

{{ @$cuFeatures->section_name }}

{!! @$cuFeatures->content !!}
@endif @endif @endforeach @endif @if ($secInfo->about_counter_section_status == 1) @if ($themeVersion == 1)
@foreach ($counters as $counter)
Image

{{ $counter->amount }}+

{{ $counter->title }}

@endforeach
@if (@$sectionContent->counter_section_video_link) @endif
@elseif ($themeVersion == 2)
@if (@$sectionContent->counter_section_video_link) @endif
@foreach ($counters as $counter)
Image

{{ $counter->amount }}+

{{ $counter->title }}

@endforeach
@elseif ($themeVersion == 3)
@foreach ($counters as $counter)
Image

{{ $counter->amount }}+

{{ $counter->title }}

@endforeach
@if (@$sectionContent->counter_section_video_link) @endif
@endif @endif @if (count($after_counter) > 0) @foreach ($after_counter as $acounter) @if (isset($aboutSec[$acounter->id])) @if ($aboutSec[$acounter->id] == 1) @php $cuWorkProcess = App\Models\HomePage\CustomSectionContent::where('custom_section_id', $acounter->id) ->where('language_id', $currentLanguageInfo->id) ->first(); @endphp

{{ @$cuWorkProcess->section_name }}

{!! @$cuWorkProcess->content !!}
@endif @endif @endforeach @endif @if ($secInfo->about_testimonial_section_status == 1) @if ($themeVersion == 1)

{{ !empty($sectionContent->testimonial_section_title) ? $sectionContent->testimonial_section_title : '' }}

@foreach ($testimonials as $testimonial)
Person Image

{{ $testimonial->comment }}

{{ $testimonial->name }}
{{ $testimonial->occupation }}
@endforeach
@foreach ($testimonials as $testimonial) Person Image @endforeach
@elseif ($themeVersion == 2)

{{ !empty($sectionContent->testimonial_section_title) ? $sectionContent->testimonial_section_title : '' }}

{{ !empty($sectionContent->testimonial_section_subtitle) ? $sectionContent->testimonial_section_subtitle : '' }}

@foreach ($testimonials as $testimonial) Client Image @endforeach {{ !empty($sectionContent->testimonial_section_clients) ? $sectionContent->testimonial_section_clients : '' }}
@foreach ($testimonials as $testimonial)
Person Image
{{ $testimonial->name }}
{{ $testimonial->occupation }}

{{ $testimonial->comment }}

@endforeach
@else
@foreach ($testimonials as $testimonial)

{{ $testimonial->comment }}

Person Image
{{ $testimonial->name }}
{{ $testimonial->occupation }}
@endforeach
@endif @endif @if (count($after_testimonial) > 0) @foreach ($after_testimonial as $Cutestimonial) @if (isset($aboutSec[$Cutestimonial->id])) @if ($aboutSec[$Cutestimonial->id] == 1) @php $cuTestimonial = App\Models\HomePage\CustomSectionContent::where('custom_section_id', $Cutestimonial->id) ->where('language_id', $currentLanguageInfo->id) ->first(); @endphp

{{ @$cuTestimonial->section_name }}

{!! @$cuTestimonial->content !!}
@endif @endif @endforeach @endif @endsection