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