@php $checked = $row->is_active == 0 ? '' : 'checked'; $disabled = $row->is_approved == 0 || $row->is_approved == 2 ? 'disabled' : ''; @endphp