@foreach($options as $option)
has($name)) class="text-neg" @endif @if(isset($model) || old($name)) @if(old($name) && old($name) === $option->id) selected @elseif(isset($model) && $model->role->id === $option->id) selected @endif @endif > {{ $option->display_name }}
@endforeach
@if($errors->has($name))
{{ $errors->first($name) }}
@endif