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