@extends('Frontend.Template.layout') @section('title') Home Page @endsection @section('content') @if($home->slider !== "hide") @include('Frontend.partials.slider') @endif @if($home->history !== "hide") @include('Frontend.partials.about') @endif @if($home->features !== "hide") @include('Frontend.partials.features'); @endif @if($home->services !== "hide") @include('Frontend.partials.services') @endif @if($home->counter !== "hide") @include('Frontend.partials.counter') @endif @if($home->projects !== "hide") @include('Frontend.partials.projects') @endif @if($home->faq !== "hide") @include('Frontend.partials.faq') @endif @if($home->team !== "hide") @include('Frontend.partials.team') @endif @if($home->pricing !== "hide") @include('Frontend.partials.pricing') @endif @if($home->testimonials !== "hide") @include('Frontend.partials.testimonials') @endif @if($home->partners !== "hide") @include('Frontend.partials.partners') @endif @if($home->news !== "hide") @include('Frontend.partials.blog') @endif @endsection