Log & History
@if ($notifications->count() > 0)
-
@foreach ($notifications as $notification)
-
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
@endforeach
No notifications found.
@endif