@if ( Session::get('error') )
@if ( is_array(Session::get('error')) ) {{ head(Session::get('error')) }} @endif
@endif @if ( Session::get('notice') )
{{ Session::get('notice') }}
@endif