@if ($newAlert) @endif
Notifications
@foreach ($alerts as $alert)
{{$alert->title}}
{{$alert->message}}
{{$alert->created_at}}
@endforeach
View all