@if(session('notice'))
{{session('notice')}}
@endif @if(session('ok'))
{{session('ok')}}
@endif @yield('content')