@include('partials.html-root-open') @include('partials.head-meta', ['pageTitle' => 'Profile Settings']) @include('partials.desktop-required-notice') @include('partials.workspace-lg-only-wrap-start') @include('partials.activity-drawer')
@include('partials.activity-panel-permanent') @include('partials.app-sidebar')

Profile Settings

Manage identity, security controls, and alert preferences.

Back to Dashboard
@include('partials.user-avatar-image', ['size' => 'lg', 'user' => $user])

{{ config('platform.operator_display_name', $user?->name ?? 'User') }}

@include('partials.workspace-operator-subtitle', ['variant' => 'profile'])

{{ $user?->email ?? '—' }}

Verified

Personal Information

Security

Notification Preferences

@foreach (['Email alerts', 'SMS alerts', 'Wire notifications', 'Family account activity', 'Fraud alerts'] as $item) @endforeach
@include('partials.workspace-lg-only-wrap-end')