@if (count($choices) > 0) @php $attributes['name'] = Arr::get($attributes, 'name', $name); $attributes['class'] = Arr::get($attributes, 'class', '') . ' form-imagecheck-input'; $attributes = Arr::except($attributes, ['id', 'type', 'value']); @endphp @endif