@extends('layouts.app') @section('content')
@include('dashboard.sidebar')
@include('dashboard.header')
@include('dashboard.content') @include('dashboard.footer')
@endsection @section('content-body') @yield('content-body') @endsection