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