@php $placeholder_array = explode('-', $inputs->placeholder); @endphp
@foreach($inputs->decoded_value as $key => $value)
@if ($loop->first) {{isset($placeholder_array[0]) ? $placeholder_array[0] : ''}} @endif name]->value ?? 'N/A') == $value ? 'checked' : ''}}> @if ($loop->last) {{isset($placeholder_array[1]) ? $placeholder_array[1] : ''}} @endif
@endforeach