@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')
{{ !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