@extends('adm.layouts.app') @section('title', 'Site - Home') @section('header') @include('adm.site.partials.header', compact('slides')) @endsection @section('sidebar') @include('adm.partials.sidebar') @endsection @section('main')
@section('pagetitle') @include('adm.site.partials.pagetitle') @endsection @section('dashboard') @include('adm.site.partials.slide') @endsection
@endsection @section('footer') @include('adm.partials.footer') @endsection