@php use \App\Enums\WithdrawStatus; @endphp @foreach($trans as $tran)
Transfer from {{$tran->account}} account
{{get_date($tran->created_at , 'M d, Y ')}} {{$tran->status}}
{{__format_number($tran->amount)}} {{$user->user_curr()}}
{{__format_money($tran->exchanged_amt , data_get($tran->details , 'ctype'))}} {{$tran->exchanged_curr}}
@endforeach