@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-one.sections.banner-area') @endif @if ($sectionSetting?->top_category_section) @include('frontend.home-one.sections.category-area') @endif @if ($sectionSetting?->brands_section) @include('frontend.home-one.sections.brand-area') @endif @if ($sectionSetting?->about_section) @include('frontend.home-one.sections.about-area') @endif @if ($sectionSetting?->featured_course_section) @include('frontend.home-one.sections.course-area') @endif @if ($sectionSetting?->news_letter_section) @include('frontend.home-one.sections.newsletter-area') @endif @if ($sectionSetting?->featured_instructor_section) @include('frontend.home-one.sections.instructor-area') @endif @if ($sectionSetting?->counter_section) @include('frontend.home-one.sections.fact-area') @endif @if ($sectionSetting?->faq_section) @include('frontend.home-one.sections.faq-area') @endif @if ($sectionSetting?->our_features_section) @include('frontend.home-one.sections.features-area') @endif @if ($sectionSetting?->banner_section) @include('frontend.home-one.sections.instructor-area-two') @endif @if ($sectionSetting?->latest_blog_section) @include('frontend.home-one.sections.blog-area') @endif @endsection