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