@if(session('message'))
{{ session('message') }}
@endif

{{ __('Profile Settings') }}

{{ __('Manage your personal information and preferences.') }}

{{-- Avatar --}}

{{ __('Profile Photo') }}

@if($avatarPreview) Avatar @else {{ strtoupper(substr($name, 0, 2)) }} @endif
@if($avatarPreview) @endif

{{ __('JPG, PNG or GIF. Max 2MB.') }}

@error('avatar')

{{ $message }}

@enderror
{{ __('Uploading...') }}
{{-- Personal info --}}

{{ __('Personal Information') }}

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@error('timezone')

{{ $message }}

@enderror
{{-- Undo Send Delay — controls how long the "Undo" toast stays on screen after clicking Send in Compose/Reply. During this window the email is held client-side and not yet dispatched; clicking Undo cancels the send. Set to 0 is intentionally NOT offered — use a regular Cancel button if you don't want the delay. --}}

{{ __('How long the “Undo” button shows after sending an email. The email is held locally until the countdown ends or you click Undo.') }}

@error('undoSendDelaySeconds')

{{ $message }}

@enderror