@include('Website.home-partials.about') @if ($services->isNotEmpty()) @include('Website.home-partials.services') @include('Website.home-partials.services-cta') @endif @include('Website.home-partials.schedule') @if ($blogs->isNotEmpty()) @include('Website.home-partials.blogs') @endif @include('Website.home-partials.contact')