@foreach (['warning', 'success', 'error', 'info', 'status', 'message', 'danger'] as $flashMsgKey) @if ($flashMsg = session($flashMsgKey)) @endif @endforeach