@if(!empty($users))

*{{_mt($moduleId,'ManualPayout.users_who_have_not_provided_their_payment_details_will_not_be_displayed_here')}}

@php $i=1; @endphp @foreach($users as $index=>$user) @php $wallet = callModule($walletId); $walletBalance = $wallet->getBalance($user); if ($walletBalance <= 0) continue; @endphp @php $i++; @endphp @endforeach
{{ _mt($moduleId, 'ManualPayout.sl_no') }} {{ _mt($moduleId, 'ManualPayout.username') }} {{ _mt($moduleId, 'ManualPayout.member_id') }} {{ _mt($moduleId, 'ManualPayout.balance') }} {{ _mt($moduleId, 'ManualPayout.release_amount') }}
{{ _mt($moduleId,'ManualPayout.check_all') }}
{{$loop->iteration}} {{$user->username}} {{$user->member_id}} {{ currencySymbol().''.$walletBalance }}
@else

*{{_mt($moduleId,'ManualPayout.users_who_have_not_provided_their_payment_details_will_not_be_displayed_here')}}

{{ _mt($moduleId,'ManualPayout.no_users') }}
@endif