{{ __('Preferences') }}
{{ __('Appearance') }}
{{ __('Profile') }}
@if(auth()?->user()?->oidc_sub === null)
{{ __('Password') }}
@endif
{{ __('Support') }}
@if(config('app.version'))
{{ __('Updates') }}
@endif
{{ $heading ?? '' }}
{{ $subheading ?? '' }}
{{ $slot }}