@php $values_list = (explode(",",$item->list_values)); @endphp @foreach ( $values_list as $val)
value) class="form-check-input" type="radio" value="{{ $val }}" id="{{ $val }}">
@endforeach