@extends('layouts.internal') @section('content')

Operations

Notification deliveries

Transactional mail intent and transport status. “Sent” means the configured mail transport accepted the send attempt.

@forelse($deliveries as $delivery)@empty@endforelse
Notification delivery ledger
TypeRecipientSourceStatusAttemptsCreatedAction
{{ $delivery->notification_type }}{{ $delivery->recipient_email }}{{ $delivery->source_type }} / {{ $delivery->source_public_reference }}{{ ucfirst($delivery->delivery_status) }}@if($delivery->last_failure_code) — {{ $delivery->last_failure_code }}@endif{{ $delivery->attempt_count }}{{ $delivery->created_at }}@if($delivery->delivery_status === 'failed')
@csrf
@else — @endif
No notification deliveries found.
{{ $deliveries->links() }} @endsection