@extends('layout_web.layouts') @section('content') {{-- Banner Section --}} @include('web.home.banner') {{-- Course Section --}} @include('web.home.course') {{-- Gallery Section --}} @include('web.home.gallery') {{-- Teams Section --}} @include('web.home.teams') {{-- About Section --}} @include('web.home.about') {{-- About Section --}} @include('web.home.video') {{-- Counter Section --}} @include('web.home.counter') {{-- Testimonial Section --}} @include('web.home.testimonial') {{-- Brand Section --}} @include('web.home.brand') @endsection