{{ __('Referral wallet') }} @livewire('admin.users.referral-balance-component', ['user_id' => $user_id])
@if($wallets->isNotEmpty()) @foreach($wallets as $item)
{{ $item['amount'] }} {{ $item['currency'] }} {{ $item['balance'] }} {{ $currency }}
@endforeach @endif @if($wallets->isEmpty()) @if($loading)
Loading...
@else @endif @endempty