@if(auth()->check() && in_array(auth()->user()->role ?? null, ['admin', 'superadmin'], true)) {{ __('Profile') }} @endif {{ __('Password') }} @if (Laravel\Fortify\Features::canManageTwoFactorAuthentication()) {{ __('Two-Factor Auth') }} @endif {{ __('Appearance') }}
{{ $heading ?? '' }} {{ $subheading ?? '' }}
{{ $slot }}