| {{ $registration->event_name_snapshot }} — {{ $registration->rank_title_snapshot }} |
{{ ucwords(str_replace('_', ' ', $registration->payment_status)) }} |
@if($transaction)
{{ $transaction->paymentMethod?->card_type ?: ucwords(str_replace('_', ' ', $transaction->payment_type ?: $transaction->transaction_type)) }}
@if($transaction->paymentMethod?->last_four) ending {{ $transaction->paymentMethod->last_four }} @endif
@else
No payment required
@endif
|
{{ $transaction?->transaction_id ?? '-' }} |
{{ format_currency($registration->fee_amount) }} |