@extends('layout.mainlayout') @section('content') @include('pages.home.banner') @include('pages.home.speciality') @include('pages.home.doctors') @include('pages.home.reasons') @include('pages.home.why-book') @include('pages.home.testimonials') @include('pages.home.faq') @include('pages.home.articles') @include('pages.home.info') @component('components.scrolltotop') @endcomponent @endsection