@if (Notify::all())
@if ($alerts = Notify::get('success'))
@endif @if ($alerts = Notify::get('error'))
@endif @if ($alerts = Notify::get('info'))
@endif @if ($alerts = Notify::get('warning'))
@endif
@endif