Date: {{ $record->record_date?->format('M j, Y') }}
| Total Amount | Paid Amount | Remaining | Status |
|---|---|---|---|
| {{ $record->amount }} {{ $record->currency }} | {{ $record->paid_amount }} {{ $record->currency }} | {{ $record->remaining_amount }} {{ $record->currency }} | {{ $record->status?->value }} |
| Date | Amount | Method | Status | Notes |
|---|---|---|---|---|
| {{ $transaction->paid_at?->format('M j, Y H:i') ?? $transaction->created_at?->format('M j, Y H:i') }} | {{ $transaction->amount }} {{ $record->currency }} | {{ $transaction->payment_method?->value }} | {{ $transaction->status?->value }} | {{ $transaction->notes }} |
{{ $record->notes }}