@php use App\Finance\FinanceCopy; @endphp

{{ $event->event_type }}

{{ FinanceCopy::driver($event->driver) }} · {{ $event->provider_event_id ?: $event->public_id }}

@allows('finance.revise') {{ __('dashboard.Retry') }} @endallows
@include('livewire.dashboard.finance.options.nav') @php $tone = FinanceCopy::event($event->status); @endphp

{{ __('dashboard.Status') }}

{{ $tone['label'] }}

{{ __('dashboard.Retry') }}

{{ (int) $event->attempts }}

{{ __('dashboard.Invoice') }}

@if ($event->invoice) {{ $event->invoice->formattedAmount() }} @else — @endif

{{ __('dashboard.Subscription') }}

@if ($event->entitlement) {{ $event->entitlement->user?->name ?: __('dashboard.Subscription') }} @else — @endif

@if (filled($event->last_error)) {{ $event->last_error }} @endif

{{ __('dashboard.Payload') }}

{{ $payload }}