@extends('frontend::layouts.app') @section('content')
@if (!empty($banner['status'])) @include('frontend::pages.home.hero') @endif @if (!empty($why_choose_us['status'])) @include('frontend::pages.home.why-choose-us') @endif @if (!empty($services[0])) @include('frontend::pages.home.services-and-pricing') @endif @if (!empty($page_init['contact']['work']) || !empty($page_init['contact']['detail'])) @include('frontend::pages.home.service-area') @endif @if (!empty($reviews[0])) @include('frontend::pages.home.testimonials') @endif @include('frontend::pages._partials.cta')
@endsection