Notifications

@forelse($notifications as $notification)

{{ $notification->data['title'] ?? 'System Update' }}

{{ $notification->created_at->diffForHumans() }}

{{ $notification->data['message'] ?? 'You have a new system notification.' }}

@empty

No notifications

Your inbox is currently empty

@endforelse