@props([ 'options' => [], 'name', 'label' => '', 'error' => false, ])
@if ($label) {{ $label }} @endif
@foreach ($options as $option)
@endforeach
@if ($error)
{{ $error }}
@endif