@foreach(['success', 'info', 'warning'] as $alert) @if(isset($$alert) or $$alert = Session::pull($alert))
{{ $$alert }}
@endif @endforeach