@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.kitchen.sections.banner-area') @endif @if ($sectionSetting?->our_features_section) @include('frontend.home.kitchen.sections.features-area') @endif @if ($sectionSetting?->featured_course_section) @include('frontend.home.kitchen.sections.course-area') @endif @if ($sectionSetting?->about_section) @include('frontend.home.kitchen.sections.about-area') @endif @if ($sectionSetting?->banner_section) @include('frontend.home.kitchen.sections.join-us') @endif @if ($sectionSetting?->top_category_section) @include('frontend.home.kitchen.sections.category-area') @endif @if ($sectionSetting?->testimonial_section) @include('frontend.home.kitchen.sections.testimonial-area') @endif @if ($sectionSetting?->latest_blog_section) @include('frontend.home.kitchen.sections.blog-area') @endif @if ($sectionSetting?->news_letter_section) @include('frontend.home.kitchen.sections.newsletter-area') @endif @endsection @push('styles') @endpush