@include('partials.settings-heading') {{ __('Profile settings') }}
@if ($this->hasUnverifiedEmail)
{{ __('Your email address is unverified.') }} {{ __('Click here to re-send the verification email.') }}
@endif
{{-- ─── Email signature ───────────────────────────────────── The signature is APPENDED at send time by `Conversation::sendPublicReply`, not inserted by macros and not added to internal notes. Operator-confirmed rule: signatures are an AGENT property, not a macro property. Saving an empty / whitespace-only value clears the signature (persisted as `null`). --}} {{ __('Email signature') }} {{ __('Appended to public replies on send. Internal notes and macros are unaffected. Leave blank to remove your signature.') }}
{{ __('Save') }}
@if ($this->showDeleteUser) @endif