@php $values = (array)$values; @endphp @if (count($values) > 1)
@endif @foreach($values as $line) @php $value = $line[0] ?? ''; $label = $line[1] ?? ''; $disabled = $line[2] ?? ''; @endphp @endforeach @if (count($values) > 1)
@endif