Status
@if ($item->status === \App\Models\Withdraw::WITHDRAW_STATUS[0])
Pending
@elseif ($item->status === \App\Models\Withdraw::WITHDRAW_STATUS[1])
Approved
@elseif ($item->status === \App\Models\Withdraw::WITHDRAW_STATUS[2])
Missing
@elseif ($item->status === \App\Models\Withdraw::WITHDRAW_STATUS[3])
Rejected
@endif
Coin

{{ $item->coin->name_short }}
Fee
{{ eToNumber($item->total_fee) }}