@foreach (['danger', 'warning', 'success', 'info', 'status'] as $key) @if(Session::has($key))
{{ Session::get($key) }}
@endif @endforeach