@if(!blank($trans))
@if($type == 'deposit')
@foreach($trans as $tran)
@include('template.coin.user.funds.trans-deposit')
@endforeach
@elseif($type == 'withdraw')
@include('template.coin.user.funds.trans-withdraw')
@else
@include('template.coin.user.funds.trans-row')
@endif
@else
none
@endif