@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.four.sections.hero-area') @endif @if ($sectionSetting?->service_section) @include('frontend.home.four.sections.service-area') @endif @if ($sectionSetting?->brands_section) @include('frontend.home.two.sections.brand-area') @endif @if ($sectionSetting?->project_section) @include('frontend.home.four.sections.project-area') @endif @if ($sectionSetting?->choose_us_section) @include('frontend.home.four.sections.choose-us-area') @endif @if ($sectionSetting?->marquee_section) @include('frontend.partials.marquee') @endif @if ($sectionSetting?->pricing_section) @include('frontend.home.four.sections.pricing-area') @endif @if ($sectionSetting?->faq_section) @include('frontend.home.four.sections.faq-area') @endif @if ($sectionSetting?->latest_blog_section) @include('frontend.home.four.sections.blog-area') @endif @if ($sectionSetting?->call_to_action_section) @include('frontend.home.four.sections.cta-area') @endif @endsection @section('footer') @include('frontend.layouts.footer-layout.four') @endsection