diff --git a/resources/views/custom_fields/index.blade.php b/resources/views/custom_fields/index.blade.php index e5b038260f..50b5a64f27 100644 --- a/resources/views/custom_fields/index.blade.php +++ b/resources/views/custom_fields/index.blade.php @@ -1,4 +1,8 @@ -@extends('layouts/default') +@extends('layouts/default', [ + 'helpText' => trans('admin/custom_fields/general.about_fieldsets_text'), + 'helpPosition' => 'right', +]) + {{-- Page title --}} @section('title') @@ -10,7 +14,7 @@ @can('view', \App\Models\CustomFieldset::class)
-
+
@@ -83,12 +87,9 @@
-
- -
-

{{ trans('admin/custom_fields/general.about_fieldsets_title') }}

-

{{ trans('admin/custom_fields/general.about_fieldsets_text') }}

-
+
+ +
@endcan @can('view', \App\Models\CustomField::class)