@extends('layouts.app') @section('nav') @include('layouts.nav') @endsection @section('content')
@include('partials.home.hero') @include('partials.home.about') @include('partials.home.about_boxes') @include('partials.home.clients') @include('partials.home.services') @include('partials.home.testimonials') @include('partials.home.contact')
@endsection @section('footer') @include('layouts.footer') @endsection