@extends('frontend.layouts.master')
@section('meta_title', $seo_setting['home_page']['seo_title'])
@section('meta_description', $seo_setting['home_page']['seo_description'])
@section('meta_keywords', '')
@section('contents')
@if ($sectionSetting?->hero_section)
@include('frontend.home.yoga.sections.banner-area')
@endif
@if ($sectionSetting?->our_features_section)
@include('frontend.home.yoga.sections.features-area')
@endif
@if ($sectionSetting?->about_section)
@include('frontend.home.yoga.sections.about-area')
@endif
@if ($sectionSetting?->featured_course_section)
@include('frontend.home.yoga.sections.course-area')
@endif
@if ($sectionSetting?->banner_section)
@include('frontend.home.yoga.sections.join-us')
@endif
@if ($sectionSetting?->featured_instructor_section)
@include('frontend.home.yoga.sections.instructor-area')
@endif
@if ($sectionSetting?->brands_section)
@include('frontend.home.main.sections.brand-area')
@endif
@if ($sectionSetting?->top_category_section)
@include('frontend.home.yoga.sections.category-area')
@endif
@if ($sectionSetting?->testimonial_section)
@include('frontend.home.yoga.sections.testimonial-area')
@endif
@if ($sectionSetting?->news_letter_section)
@include('frontend.home.yoga.sections.newsletter-area')
@endif
@if ($sectionSetting?->latest_blog_section)
@include('frontend.home.yoga.sections.blog-area')
@endif
@if ($sectionSetting?->banner_section)
@include('frontend.home.yoga.sections.join-us-two')
@endif
@endsection
@push('scripts')
@endpush
@push('styles')
@endpush