| Date Time | User | OTP | Sent | Reason | Context | |
|---|---|---|---|---|---|---|
| {{ optional($log->created_at)->format('d M Y h:i A') ?? '—' }} | {{ $log->user_name ?: '—' }} | {{ $log->email ?: '—' }} | {{ $log->otp_code }} | @if ($log->sent) Yes @else No @endif |
@if ($log->sent)
—
@else
{{ $log->failure_reason ?: 'Email send failed.' }}
@endif
|
{{ str_replace('_', ' ', (string) $log->context) }} |
| No OTP delivery records found. | ||||||