{{ $username }}
{{ $email }}
| Transaction ID | Date | Amount | Payment Method | Proof | Status |
|---|---|---|---|---|---|
| {{ $deposit->transaction_date }} | ${{ $deposit->transaction_amount }} | {{ get_payment_method($deposit->payment_method)->name }} |
@php if(strlen($deposit->deposit_transaction_proof) > 5): @endphp
|
{{ $deposit->transaction_status }} |