@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')
{{ $process->text }}
{{ $secondProcesse->text }}
{{ __('NO CATEGORIES FOUND') }}!
@else
{{ !empty($sectionContent->workprocess_section_title) ? $sectionContent->workprocess_section_title : 'How the Appointment Booking System Works ' }}
{{ __('NO WORK PROCESS FOUND') }}!
@else
{{ $process->title }}
{{ $secondProcesse->title }}
{{ !empty($sectionContent->featured_service_section_title) ? $sectionContent->featured_service_section_title : 'Our Top Featured Services' }}
@if ($featured_services->count() > 0)
@endif
{{ __('NO SERVICE FOUND') . '!' }}
@else
@endif