@extends('frontend.layouts.master') @section('meta_title', $seo_setting['home_page']['seo_title']) @section('meta_description', $seo_setting['home_page']['seo_description']) @section('header') @include('frontend.layouts.header-layout.one') @endsection @section('contents') @if ($sectionSetting?->hero_section) @include('frontend.home.main.sections.hero-area') @endif @if ($sectionSetting?->about_section) @include('frontend.home.main.sections.about-area') @endif @if ($sectionSetting?->faq_section) @include('frontend.home.main.sections.faq-area') @endif @if ($sectionSetting?->project_section) @include('frontend.home.main.sections.project-area') @endif @if ($sectionSetting?->team_section) @include('frontend.home.main.sections.team-area') @endif @if ($sectionSetting?->testimonial_section) @include('frontend.home.main.sections.testimonial-area') @endif @if ($sectionSetting?->latest_blog_section) @include('frontend.home.main.sections.blog-area') @endif @endsection @section('footer') @include('frontend.layouts.footer-layout.one') @endsection