@if ($sliders->isNotEmpty()) @include('Website.home-partials.slider') @endif @include('Website.home-partials.about') @if ($services->isNotEmpty()) @include('Website.home-partials.products') @endif @include('Website.home-partials.contact') @if ($projects->isNotEmpty()) @include('Website.home-partials.projects') @endif @if ($testimonials->isNotEmpty()) @include('Website.home-partials.testimonial') @endif @if ($blogs->isNotEmpty()) @include('Website.home-partials.blogs') @endif {{-- @include('Website.home-partials.contact') --}} {{-- @if (isset($blogCategories) && $blogCategories->isNotEmpty()) @include('Website.home-partials.blog-categories') @endif --}}