{{ __("Finance") }}

{{ __("Go to Wallet") }}
@foreach($myWallets as $row) @if($row->wallet_list->id != \App\Models\WalletList::LEGACY_BONUS_WALLET || ($row->wallet_list->id == \App\Models\WalletList::LEGACY_BONUS_WALLET && $row->balance > 0))
{{ ucwords($row->wallet_list->name ?? '-') }}
€ {{ FormatDisplayNumber($row->balance) }} @if($row->wallet_list->id == \App\Models\WalletList::OCA_WALLET) @endif