{!! Form::select('role[]', \App\Models\Role::all()->pluck('name', 'name'), $user->getRoleNames(), ['multiple' => true, 'is' => 'select2', 'html-class' => 'form-control']) !!}
{{__('Please exercise CAUTION while making changes to the user role. You will only be allowed to update user role if the priority of their current role is less than yours.')}}