@extends('layouts.admin', [ 'title' => 'Reminder Logs', 'pageTitle' => 'Reminder Logs', 'active' => 'reminders', ]) @php $statusVariants = ['Scheduled' => 'warning', 'Sent' => 'success', 'Failed' => 'danger', 'Cancelled' => 'muted']; $stats = $stats ?? []; $logs = $logs ?? []; $filters = $filters ?? []; @endphp @section('content')
Track sent and failed reminders with message previews, delivery times, and failure reasons.
@include('admin.reminders.partials.nav', ['activeTab' => 'logs']){{ $stat['label'] }}
{{ $stat['value'] }}
{{ $stat['note'] }}
{{ $log['customer'] }}
{{ $log['type'] }}
{{ $log['preview'] }}
Channel
{{ $log['channel'] }}
Sent Time
{{ $log['time'] }}
Failure Reason
{{ $log['reason'] }}