diff --git a/resources/views/departments/edit.blade.php b/resources/views/departments/edit.blade.php index 739f19f1f..0a2c1a7d4 100644 --- a/resources/views/departments/edit.blade.php +++ b/resources/views/departments/edit.blade.php @@ -12,6 +12,8 @@ @if (\App\Models\Company::canManageUsersCompanies()) @include ('partials.forms.edit.company-select', ['translated_name' => trans('general.company'), 'fieldname' => 'company_id']) + @else + @endif