{!! Form::select('positions[]', $positionList, $contactPositions, [
'id' => 'positions',
'class' => 'form-control',
/* 'multiple' => 'multiple',
'size' => '8',*/
'placeholder' => 'Select Position',
'required' => true,
]) !!}
@if ($errors->has('country_id'))
{{ $errors->first('country_id') }}
@endif
@if ($errors->has('state_id'))
{{ $errors->first('state_id') }}
@endif
@if (!$user->registered_via_sso)
@if ($user->id == auth()->id())
@endif
@endif
@if (!$user->registered_via_sso)
@endif
@if ($errors->has('companyName'))
{{ $errors->first('companyName') }}
@endif
@if ($errors->has('role'))
{{ $errors->first('role_id') }}
@endif
@if ($errors->has('status_id'))
{{ $errors->first('status_id') }}
@endif