@php $gridDirection = $getGridDirection() ?? 'column'; $id = $getId(); $isDisabled = $isDisabled(); $isInline = $isInline(); $statePath = $getStatePath(); @endphp
@foreach ($getOptions() as $value => $label)
(! $isInline) && ($gridDirection === 'column'), ]) >
{{ $label }}
@if ($hasDescription($value))
{{ $getDescription($value) }}
@endif
@endforeach