@php $id = str_random(6) . '_' . str_slug($name); $defaultChecked = isset($checked) && $checked ? 'checked=""' : ''; @endphp