@php $values = Arr::wrap($values ?? []); @endphp
@foreach ($values as $key => $option) {{ $option }} @endforeach