• $activeRoute == auth()->user()->role.'.profile.personal-details'])> {{__('profile.personal_details') }}
  • $activeRoute == auth()->user()->role.'.profile.account-settings'])> {{__('profile.account_settings') }}
  • @role('tutor')
  • in_array($activeRoute , [auth()->user()->role.'.profile.resume.education', auth()->user()->role.'.profile.resume.experience', auth()->user()->role.'.profile.resume.certificate'])])> {{ __('profile.resume_highlights') }}
  • @endrole @php $isIdentity = setting('_lernen.identity_verification_for_role') ?? "both"; @endphp @if(auth()->user()->role == 'tutor' || $isIdentity == 'both')
  • $activeRoute == auth()->user()->role.'.profile.identification'])> {{ __('profile.identity_verification') }}
  • @endif