System Withdrawal History


@foreach ($withdrawals->sortDesc() as $withdrawal) @if (isset($withdrawal->user)) @endif @endforeach
User Name Amount Payment Method Date Status
{{$withdrawal->user->name}} ${{number_format($withdrawal->amount, 2, '.', ',')}} {{$withdrawal->wallet_name}} {{$withdrawal->created_at->format('d/m/Y')}} @if($withdrawal->status == 'approved') Approved @endif