@extends('frontend.layouts.app') @section('content') @include('frontend.home.sections.top_news_sliders') @include('frontend.home.sections.main_slider') @include('frontend.home.sections.about') @include('frontend.home.sections.featured_slider') @include('frontend.home.sections.blog') @include('frontend.home.sections.category_slider') @include('frontend.home.sections.counter') @include('frontend.home.sections.event') @include('frontend.home.sections.gallery') @include('frontend.home.sections.form') @include('frontend.home.sections.faq') @include('frontend.home.sections.visiting_hour') @include('frontend.home.sections.ward_member') @include('frontend.home.sections.team') @endsection