@php $typeLabel = ucfirst($value->value); $automationLabel = $row->is_automation ? __('Automation') : __('Standard'); $automationColor = $row->is_automation ? 'purple' : 'primary'; @endphp