@props([ 'name', 'label', 'options' => [], 'optional' => false, 'help' => false, 'errorName' => $name, 'includeOther' => false, 'inputCssClasses' => '', 'row' => false, ]) @foreach ($options as $value => $label)
merge(['class' => 'w-4 h-4 border text-blue-600 bg-gray-100 border-gray-400 focus:ring-blue-500'])}} type="radio" name="{{$name}}" id="{{$name . '_' . $value}}" @if(old($name, !empty($current_data[$name]) ? $current_data[$name] : NULL) === (string)$value) checked @endif value="{{$value}}"/>
@endforeach {{ $slot }} @if(!empty($include_other))
@endif @if(!empty($include_other))
@endif