Super Admin

Notification Center

@csrf

Send Dashboard Notification

@forelse ($notifications as $notification) @php($data = json_decode($notification->data, true) ?: [])

{{ $data['title'] ?? class_basename($notification->type) }}

{{ \Carbon\Carbon::parse($notification->created_at)->format('Y-m-d H:i') }}

{{ $data['message'] ?? json_encode($data) }}

{{ $notification->notifiable_type }} #{{ $notification->notifiable_id }} - {{ $notification->read_at ? 'Read' : 'Unread' }}

@empty

No notifications have been stored yet.

@endforelse
{{ $notifications->links() }}