{{ __('webhooks::webhooks.super_admin_only') }}
{{ __('webhooks::webhooks.webhooks') }}
{{ $summary['webhooks'] ?? 0 }}
{{ __('webhooks::webhooks.deliveries') }}
{{ $summary['deliveries'] ?? 0 }}
{{ __('webhooks::webhooks.failed') }}
{{ $summary['failed'] ?? 0 }}
{{ __('webhooks::webhooks.pending') }}
{{ $summary['pending'] ?? 0 }}
{{ __('webhooks::webhooks.no_deliveries') }}
| {{ __('webhooks::webhooks.event') }} | {{ __('webhooks::webhooks.status') }} | {{ __('webhooks::webhooks.attempts') }} | {{ __('webhooks::webhooks.response') }} | {{ __('webhooks::webhooks.duration_ms') }} | {{ __('webhooks::webhooks.created_at') }} | {{ __('webhooks::webhooks.actions') }} |
|---|---|---|---|---|---|---|
| {{ $delivery['event'] }} | {{ __('webhooks::webhooks.status_' . $delivery['status']) }} | {{ $delivery['attempts'] }} | @if($delivery['response_code']) {{ $delivery['response_code'] }} @else -- @endif | {{ $delivery['duration_ms'] ?? '--' }} | {{ \Illuminate\Support\Carbon::parse($delivery['created_at'])->diffForHumans() }} |