@if(isset($nextLevel) && !empty($nextLevel))
@if(isset($member->level) && (empty($member->level) || $member->level == 0))
{{ __('You do not have any Uni Level.') }}
@else

{{ str_replace('_', ' ', ucwords(strtolower($memberLevelName ?? '-')))}}

{{ __('Your current Uni Level') }}

@endif
{{ __('Requirements for') }} {{ $nextLevelName }}

{{ formatDisplayNumber($nextLevel['qbv']) }}

Greater than Accumulated {{ $nextLevel['minimumQbv'] }} BV in Personal Group Volume {{ $nextLevel['qbvPercentage'] }}%

{{ $nextLevel['sponsor'] }}

Minimum of three ({{ $nextLevel['minimumSponsored'] }}) Personally Sponsored IAs/Customers {{ $nextLevel['sponsorPercentage'] }}%

@if($nextLevel['active_teamsite_license']) {{ __('Yes') }} @else {{ __('No') }} @endif

{{ __('Have activated Business license') }}@if($nextLevel['active_teamsite_license']) 100% @else 0% @endif
{{ __('Information') }}
    @if($nextLevel['level'] == 1)
  • {{ __('PGV is 100% of Personal Purchases BV and/or 25% of the Personal Purchases BV of your Personally sponsored IAs') }}
  • {{ __('Qualified for First Level Commissions') }}
  • @elseif($nextLevel['level'] == 2)
  • {{ __('PGV is 100% of Personal Purchases BV and/or 25% of the Personal Purchases BV of your Personally sponsored IAs') }}
  • {{ __('Qualified for First and Second Level Commissions') }}
  • @elseif($nextLevel['level'] == 3)
  • {{ __('PGV is 100% of Personal Purchases BV and/or 25% of the Personal Purchases BV of your Personally sponsored IAs') }}
  • {{ __('Qualified for First, Second and Third Level Commissions') }}
  • @elseif($nextLevel['level'] == 4)
  • {{ __('PGV is 100% of Personal Purchases BV and/or 25% of the Personal Purchases BV of your Personally sponsored IAs') }}
  • {{ __('Qualified for First, Second, Third and Fourth Level Commissions') }}
  • @elseif($nextLevel['level'] == 5)
  • {{ __('PGV is 100% of Personal Purchases BV and/or 25% of the Personal Purchases BV of your Personally sponsored IAs') }}
  • {{ __('Qualified for First, Second, Third, Fourth and Fifth Level Commissions') }}
  • @endif
  • {{ __('First Level pays 12% of BV to Cash Account') }}
  • {{ __('Second Level pays 8% of BV to Cash Account') }}
  • {{ __('Third Level pays 8% of BV to Cash Account') }}
  • {{ __('Fourth Level pays 5% of BV to Cash Account') }}
  • {{ __('Fifth Level pays 5% of BV to Cash Account') }}
  • {{ __('70% of commissions will be paid to your Online Cash Account') }}
  • {{ __('30% of commissions will be paid to your Online Bonus Account.') }}
  • {{ __('With these funds, you can purchase any individual product/service (No “Bundled Packages“) that are available in the shop.') }}
  • {{ __('Please further note that the products/services that can be purchased individually with your Bonus Account do not have any BV value and thus are not commissionable.') }}
@else

{{ __('No Data Found') }}

@endif