@extends('layouts.admin') @section('title', 'Notification Center') @section('content')
Track all platform notifications and system activity updates.
All Notifications
| Type | Title | Message | Center | Time |
|---|---|---|---|---|
| {{ $notification->type }} | {{ $notification->title }} | {{ $notification->message }} | {{ $notification->center_id ?: '—' }} | {{ $notification->created_at->diffForHumans() }} |
|
No notifications yet.
|
||||