@yield('title')

@foreach (['error', 'warning', 'success'] as $msg) @if(Session::has('laratrust-' . $msg)) @endif @endforeach
@yield('content')