{{ __('Preferences') }}
{{ __('Appearance') }}
{{ __('Profile') }}
@if(auth()?->user()?->oidc_sub === null)
{{ __('Password') }}
@endif
@if (Laravel\Fortify\Features::canManageTwoFactorAuthentication() && auth()?->user()?->oidc_sub === null)
{{ __('2FA') }}
@endif
{{ __('Support') }}
{{ $heading ?? '' }}
{{ $subheading ?? '' }}
{{ $slot }}