@if(session('success'))
{{ session('success') }}
@endif
Withdraw Details
User:
{{ optional($withdraw->user)->name }} (ID: {{ optional($withdraw->user)->id }})
Phone:
{{ optional($withdraw->user)->phone }}
Method:
{{ strtoupper($withdraw->method) }}
Account Number:
{{ $withdraw->account_number }}
Amount:
৳ {{ number_format($withdraw->amount) }}
Requested At:
{{ $withdraw->created_at->format('d M Y H:i') }}
@if($withdraw->trx_id)
TRX ID:
{{ $withdraw->trx_id }}
@endif
@if($withdraw->status === 'pending')
@endif