@php use \App\Enums\WithdrawStatus; @endphp @foreach($trans as $tran)
{{$tran->type}} withdrawal via {{data_get($tran->details , 'method')}}
{{$tran->account}} Account
{{get_date($tran->created_at , 'M d, Y ')}} {{$tran->status}}
@if($tran->status == 'Approved') - @endif {{__format_number($tran->amount)}} {{$user->user_curr()}}
{{__format_money($tran->exchanged_amt , data_get($tran->details , 'ctype'))}} {{$tran->exchanged_curr}}
@endforeach