@props([
'id' => '',
'label' => 'Select',
'class' => 'form-control',
'value' => '',
'type' => 'text',
'message' => '',
'col' => '6',
'req' => false,
'labelDisplay' => true,
'optionDisplay' => true,
'model' => null,
'_key' => null,
'name' => '',
'options',
])
@if ($labelDisplay === true)
@endif
@error($name)
{{ $message }}
@enderror