@if ($transaction->note) @endif @if ($transaction->proof) @endif
Transaction ID {{ $transaction->uuid }}
Transaction Reference {{ $transaction->reference_id }}
Type {{ $transaction->type->label() }}
Amount {{ currency($transaction->user->currency) }}{{ formatAmount($transaction->amount) }}
Payment Method {{ $transaction->deposit_method }}
Status {{ $transaction->status->label() }}
Transaction Date {{ formatDateTime($transaction->transaction_at) }}
Description {{ $transaction->description ?? 'N/A' }}
Note {{ $transaction->note }}
Proof of Payment View Proof