@extends('layout.master') @section('body') @include('home.header') @include('home.slider') @include('home.ourclients', ['clients' => $clients]) @include('home.aboutus') @include('home.partner') @include('home.qoute') @include('home.contact') @endsection @section('footer') @include('home.footer') @endsection