@extends('app') @section('body_class', 'dashboard') @section('content') @include('partials.header')
@include('partials.sidebar')
@include('partials.page-header') @yield('page-content')
@endsection