@extends('layouts.admin') @section('title', 'Notification Settings — JAM Admin') @section('page-title', 'Notification Settings') @section('content') @if (session('success'))
{{ session('success') }}
Last 25 emails sent by the system.
@if ($recentLogs->isEmpty())No notifications sent yet.
@else| Member | Type | Subject | Status | Sent |
|---|---|---|---|---|
| @if ($log->user) {{ $log->user->first_name }} @else — @endif | {{ str_replace('_', ' ', $log->type) }} | {{ $log->subject }} | {{ ucfirst($log->status) }} | {{ $log->sent_at?->diffForHumans() }} |