{{ Form::select('location_id', $location_list, Input::old('location_id'), array('class'=>'select2', 'style'=>'width:250px')) }}
{{ $errors->first('location_id', ':message') }}
{{ $errors->first('activated', ':message') }}
Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.