@include('dashboard.layouts.header') @include('dashboard.layouts.footer')
{{-- @include('dashboard.layouts.errors') --}} @if(Session::has('doneMessage'))
{{ Session::get('doneMessage') }}
@endif @if(Session::has('errorMessage'))
{{ Session::get('errorMessage') }}
@endif @yield('content')