{{------ START for Wallets with current balances------}}

{{ ucwords($member->user->details->first_name ?? '') }} {{ ucwords($member->user->details->last_name ?? '') }}'s {{ __('Current Balances')}} @can('members-bv-create') @endcan

@if(isset($myWallets)) @forelse($myWallets as $row)
{{ ucwords($row->wallet_list->name ?? '-') }}

@if(isset($withdrawalAmount) && isset($row->balance) && isset($row->wallet_list->name) && $row->wallet_list->id == \App\Models\WalletList::OCA_WALLET) {{ FormatDisplayNumber($row->balance - $withdrawalAmount) }} @else {{ FormatDisplayNumber($row->balance) }} @endif

{{ __('Balance') }} : € {{ FormatDisplayNumber($row->balance) }}
{{ __('Currant week commission') }} : € {{ FormatDisplayNumber($row->future_balance) }}
@empty @endforelse @endif

{{ __('Wallet Log') }}

# {{ __('Week Of Year / Date') }} {{ __('Action') }} {{ __('Wallet') }} {{ __('Description') }} {{ __('Accumulated Amount') }} {{ __('External Comments') }} {{ __('Internal Comments') }} {{ __('Admin') }}

{{ __('Current Week Commission Earning') }}

# {{ __('Week Of Year / Date') }} {{ __('Action') }} {{ __('Wallet') }} {{ __('Description') }} {{ __('Accumulated Amount') }} {{ __('External Comments') }} {{ __('Internal Comments') }} {{ __('Admin') }}