@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
{{ $autoReplyLastError }}
@endif @if($isGated)Upgrade your plan to enable auto-reply.
@endif