@extends('frontend.layouts.app') @section('title', 'Home') @section('content') {{-- Hero --}} @include('frontend.sections.hero') {{-- About --}} @include('frontend.sections.about') {{-- Services --}} @include('frontend.sections.services') {{-- Featured Menu --}} @include('frontend.sections.products') {{-- Portfolio --}} @include('frontend.sections.portfolio') {{-- Testimonials --}} @include('frontend.sections.testimonials') {{-- Contact --}} @include('frontend.sections.contact') @endsection