All Notifications
@if(session('success'))
@endif
{{ session('success') }}
| ID | Title | Message | Users | Created At | Actions |
|---|---|---|---|---|---|
| {{ $notification->id }} | {{ $notification->title }} | {{ Str::limit($notification->message, 50) }} | {{ $notification->users->count() }} | {{ $notification->created_at->format('d M Y') }} | |
| No notifications found. | |||||
{{ $notifications->links() }}