@php
$statusClasses = match($autoReplyStatus) {
'enabled' => 'text-green-600',
'error' => 'text-red-600',
default => 'text-gray-500',
};
$statusDotClasses = match($autoReplyStatus) {
'enabled' => 'bg-green-500',
'error' => 'bg-red-500',
default => 'bg-gray-400',
};
@endphp
Auto-reply
Reply After
Reply tone
AI Attribute
AI Attribute
When on, replies weave in the exact quality the customer mentioned — for example “transparent pricing” or “friendly team” — in a natural way.
This runs on top of your selected reply tone. Optional; off by default.
Email
Status:
{{ ucfirst($autoReplyStatus) }}
@if($autoReplyLastError || $isGated)
@if($autoReplyLastError)
{{ $autoReplyLastError }}
@endif
@if($isGated)
Upgrade your plan to enable auto-reply.
@endif
@endif