@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.three') @endsection @section('contents') @if ($sectionSetting?->hero_section) @include('frontend.home.three.sections.hero-area') @endif @if ($sectionSetting?->counter_section) @include('frontend.home.three.sections.counter-area') @endif @if ($sectionSetting?->choose_us_section) @include('frontend.home.three.sections.choose-us-area') @endif @if ($sectionSetting?->project_section) @include('frontend.home.three.sections.project-area') @endif @if ($sectionSetting?->service_section) @include('frontend.home.three.sections.service-area') @endif @if ($sectionSetting?->contact_us_section) @include('frontend.home.three.sections.contact-us-area') @endif @if ($sectionSetting?->latest_blog_section) @include('frontend.home.three.sections.blog-area') @endif @if ($sectionSetting?->call_to_action_section) @include('frontend.home.three.sections.cta-area') @endif @endsection @section('footer') @include('frontend.layouts.footer-layout.three') @endsection