{{ __("Your Qualifications") }}

{{ __("Uni Level") }}
{{ str_replace('_', ' ', ucwords(strtolower($uniLevel->level_name ?? '-')))}}
@if ($nextLevel) @php $nextLevelName = ucwords(str_replace('_', ' ', strtolower($nextLevel['level_name']))); @endphp
Progress to {{ $nextLevelName }} {{$nextLevel['progress']}}%

Requirements for {{ $nextLevelName }} :

Greater than Accumulated {{ $nextLevel['minimumQbv'] }}BV in Personal Group Volume
Minimum of three ({{ $nextLevel['minimumSponsored'] }}) Personally Sponsored IAs/Customers
Have activated Business license
@endif