@extends('frontend.layouts.app') @section('content') @include('frontend.sections.home.hero') @include('frontend.sections.home.rates') @include('frontend.sections.home.services') @include('frontend.sections.home.feature') @include('frontend.sections.home.feature_two') @include('frontend.sections.home.testimonials') @include('frontend.sections.home.contact') @endsection