@extends('layouts.app') @section('title', 'Notification History') @section('content')
Total Sent
Success Rate
Users Reached
Avg per User
| Date/Time | Type | Channels | Status | Results |
|---|---|---|---|---|
| {{ $log->sent_at->diffForHumans() }} | {{ class_basename($log->notification_type) }} | @foreach($log->channels as $channel) {{ $channel }} @endforeach | @if($log->success) Success @else Failed @endif |
No notifications have been sent in the selected time period.