@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`). --}}