@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
Email
Status: {{ ucfirst($autoReplyStatus) }}
@if($autoReplyLastError || $isGated)
@if($autoReplyLastError)

{{ $autoReplyLastError }}

@endif @if($isGated)

Upgrade your plan to enable auto-reply.

@endif
@endif