diff --git a/resources/views/custom_fields/fieldsets/edit.blade.php b/resources/views/custom_fields/fieldsets/edit.blade.php
index 7a35ca146f..23007fb697 100644
--- a/resources/views/custom_fields/fieldsets/edit.blade.php
+++ b/resources/views/custom_fields/fieldsets/edit.blade.php
@@ -11,7 +11,12 @@
@stop
@section('inputFields')
-@include ('partials.forms.edit.name', ['translated_name' => trans('general.name')])
+
+
@stop
diff --git a/resources/views/departments/edit.blade.php b/resources/views/departments/edit.blade.php
index 05d9b49e4c..4f1f1f50ae 100644
--- a/resources/views/departments/edit.blade.php
+++ b/resources/views/departments/edit.blade.php
@@ -7,7 +7,12 @@
{{-- Page content --}}
@section('inputFields')
- @include ('partials.forms.edit.name', ['translated_name' => trans('admin/departments/table.name')])
+
+
@if (\App\Models\Company::canManageUsersCompanies())
@@ -16,8 +21,21 @@
@endif
- @include ('partials.forms.edit.phone')
- @include ('partials.forms.edit.fax')
+
+
+
+
+
@include ('partials.forms.edit.user-select', ['translated_name' => trans('admin/users/table.manager'), 'fieldname' => 'manager_id'])
@@ -26,20 +44,15 @@
@include ('partials.forms.edit.location-select', ['translated_name' => trans('general.location'), 'fieldname' => 'location_id'])
@include ('partials.forms.edit.image-upload', ['image_path' => app('departments_upload_path')])
-
+
+
@stop
diff --git a/resources/views/depreciations/edit.blade.php b/resources/views/depreciations/edit.blade.php
index a89750ab2f..cff35d8930 100755
--- a/resources/views/depreciations/edit.blade.php
+++ b/resources/views/depreciations/edit.blade.php
@@ -9,17 +9,23 @@
{{-- Page content --}}
@section('inputFields')
-@include ('partials.forms.edit.name', ['translated_name' => trans('admin/depreciations/general.depreciation_name')])
-
-
+
+
+
+
+
+