Account
@if (session('status') === 'profile-updated')
Profile Settings
Update profile information, password, and account state.
Profile updated.
@endif
@if (session('status') === 'password-updated')
Password updated.
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif