diff --git a/app/views/backend/users/edit.blade.php b/app/views/backend/users/edit.blade.php index c44338e038..284feb69b5 100755 --- a/app/views/backend/users/edit.blade.php +++ b/app/views/backend/users/edit.blade.php @@ -50,19 +50,6 @@


- @if (Company::canManageUsersCompanies()) - -
-
- {{ Form::label('company_id', Lang::get('general.company')) }} -
-
- {{ Form::select('company_id', $company_list , Input::old('company_id', $user->company_id), array('class'=>'select2', 'style'=>'width:350px')) }} - {{ $errors->first('company_id', '
:message') }} -
-
- @endif -
+ + @if (Company::canManageUsersCompanies()) + +
+
+ {{ Form::label('company_id', Lang::get('general.company')) }} +
+
+ {{ Form::select('company_id', $company_list , Input::old('company_id', $user->company_id), array('class'=>'select2', 'style'=>'width:350px')) }} + {{ $errors->first('company_id', '
:message') }} +
+
+ @endif + +