@extends('layouts.admin')
@section('title', 'Notifications')
@section('content')
| Date | Channel | Recipient | Subject | Status |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($n->created_at)->format('M j, Y H:i') }} | {{ ucfirst($n->channel ?? '—') }} | {{ $n->recipient ?? '—' }} | {{ Str::limit($n->subject ?? $n->message ?? '—', 40) }} | |
| No notifications logged | ||||