diff --git a/app/views/backend/users/edit.blade.php b/app/views/backend/users/edit.blade.php index db659b13eb..97966b82d1 100755 --- a/app/views/backend/users/edit.blade.php +++ b/app/views/backend/users/edit.blade.php @@ -129,7 +129,7 @@
+
{{ Form::select('location_id', $location_list , Input::old('location_id', $user->location_id), array('class'=>'select2', 'style'=>'width:250px')) }} {{ $errors->first('location_id', '
:message') }} @@ -174,20 +174,6 @@
- - -
- -
- - - {{ $errors->first('username', '
:message') }} -

@lang('admin/users/table.username_note')

-
-
- - -