split ? 'split-button' : '' }}
{!! collect($field->attributes ?? [])->map(function($val, $attribute){ return "$attribute = $val"; })->join(' ') !!}
>
@if(!empty($field->v_options))
@if(!$field->split)
@endif
{{ $field->pre ?? '' }}
@if(!$field->split)
@endif
@{{ __(option.label) }}
@else
@if(!$field->split)
@endif
{{ $field->pre ?? '' }}{{ __($field->default ?? '' ) }}
@if(!$field->split)
@endif
@foreach($field->options as $key => $value)
{{ __($value->label ?? $value) }}
@endforeach
@endif