@php
$version = $basicInfo->theme_version;
@endphp
@extends('frontend.layout')
@section('pageHeading')
{{ __('Home') }}
@endsection
@section('metaKeywords')
@if (!empty($seoInfo))
{{ $seoInfo->meta_keyword_home }}
@endif
@endsection
@section('metaDescription')
@if (!empty($seoInfo))
{{ $seoInfo->meta_description_home }}
@endif
@endsection
@section('content')
@if (count($after_hero) > 0)
@foreach ($after_hero as $cusHero)
@if (isset($homecusSec[$cusHero->id]))
@if ($homecusSec[$cusHero->id] == 1)
@php
$cusHeroContent = App\Models\CustomSectionContent::where('custom_section_id', $cusHero->id)
->where('language_id', $currentLanguageInfo->id)
->first();
@endphp
@include('frontend.home.custom-section', ['data' => $cusHeroContent])
@endif
@endif
@endforeach
@endif
@if ($secInfo->category_section_status == 1)
{{ !empty($sectionContent->category_section_title) ? $sectionContent->category_section_title : 'Most Popular Categories' }}
{{ __('NO CATEGORIES FOUND') }}!
@else
@endif
{{ !empty($sectionContent->workprocess_section_title) ? $sectionContent->workprocess_section_title : 'How the Appointment Booking System Works ' }}
{{ $processe->title }}
0{{ $loop->iteration }}
{{ !empty($sectionContent->featured_service_section_title) ? $sectionContent->featured_service_section_title : 'Our Top Featured Services' }}
@if ($featured_services->count() > 4)
@endif
{{ __('NO SERVICE FOUND') . '!' }}
@else
@endif