Communication operations

Notification centre

Track booking confirmations, reminders and delivery issues without leaving the ERP.

@foreach(['queued'=>'Queued','sent'=>'Sent','failed'=>'Failed','configuration_required'=>'Needs setup'] as $status=>$label)

{{ $label }}

{{ (int) ($metrics[$status] ?? 0) }}

@endforeach
@forelse($notifications as $notification) @empty@endforelse
CreatedBookingChannelTemplateRecipientStatusDelivery note
{{ $notification->created_at->format('d M Y H:i') }}@if($notification->serviceOrder){{ $notification->serviceOrder->booking_number }}
{{ $notification->serviceOrder->pet?->name }} · {{ $notification->serviceOrder->customer?->name }}@elseSystem message@endif
{{ str($notification->channel)->headline() }}{{ str($notification->template)->headline() }}{{ $notification->recipient }}{{ str($notification->status)->headline() }}{{ $notification->error_message ?: ($notification->sent_at ? 'Delivered '.$notification->sent_at->diffForHumans() : 'Awaiting the notification worker') }}
No notifications match these filters.
{{ $notifications->links() }}