@extends('template.basic.layouts.wallet_base') @section('content_detail')
Coins
Coin
Amount
{{ $user->userCurrency }}
actions
@forelse($wallets as $wallet) @php $wallet = $wallet['wallet']; @endphp @include('template.basic.user.wallets.wallet', [ 'wallet' => $wallet, 'type' => $type, 'user' => $user ]) @empty

No wallets found.

@endforelse

Trade

@endsection @push('javascript') @endpush