@php $settingsPage = match (true) { request()->routeIs('security.edit') => 'Security', request()->routeIs('appearance.edit') => 'Appearance', default => 'Profile', }; @endphp {{ __('Settings') }} {{ __('Manage your profile and account settings') }}