@extends('layouts.admin') @section('title', 'Notification Center') @section('content')
Track renewal reminders relevant to your center.
Renewal Notifications
| Type | Title | Message | Time |
|---|---|---|---|
| {{ $notification->type }} | {{ $notification->title }} | {{ $notification->message }} | {{ $notification->created_at->diffForHumans() }} |
|
No notifications yet.
|
|||