@if($wlt == 'binancecoin')
Binance Coin
@else
{{ $wlt }}
@endif
Wallet /
Total Sent
@if($sent == 0) 0.00
@else
{{ number_format($sent, 5) }}
@endif
{{ $sym }}
Total Received
{{--
@isset($trans[0]->user_id)
Last Transaction {{ $trans[count($trans)-1]['created_at']->diffForHumans() }}
@endisset
@empty($trans[0]->user_id)
No Last Transaction
@endempty
20.001500 BTC
--}}
@if($received == 0) 0.00
@else
{{ number_format($received, 5) }}
@endif
{{ $sym }}
Transaction History
@foreach($trans as $tran)
@endforeach
@else
@endisset
@empty($trans[0]->user_id)
Your transactions will appear here
@endempty
@if($tran->trans_name == 'Received')
@else
@endif
{{ $tran->trans_name }}
@if($tran->trans_name == 'Received')
From:
@else
To:
@endif
{{ $tran->address }}
@if($tran->status == 1)
Pending
@endif{{ number_format($tran->amount, 5) }} {{ $sym }}
{{ number_format($tran->amount * $amount, 2) }}USD