diff --git a/resources/views/custom_fields/fieldsets/view.blade.php b/resources/views/custom_fields/fieldsets/view.blade.php index 003ee0cd84..ec25697e1b 100644 --- a/resources/views/custom_fields/fieldsets/view.blade.php +++ b/resources/views/custom_fields/fieldsets/view.blade.php @@ -29,7 +29,7 @@ @can('update', $custom_fieldset) {{ trans('admin/custom_fields/general.reorder') }} @endcan - {{ trans('admin/custom_fields/general.order') }} + {{ trans('admin/custom_fields/general.order') }} {{ trans('admin/custom_fields/general.field_name') }} {{ trans('admin/custom_fields/general.field_format') }} {{ trans('admin/custom_fields/general.field_element') }} @@ -51,7 +51,7 @@ @endcan - {{$field->pivot->order + 1}} + {{$field->pivot->order + 1}} {{--this +1 needs to exist to keep the first row from reverting to 0 if you edit/delete fields in/from a fielset--}} {{$field->name}} {{$field->format}} {{$field->element}} @@ -110,7 +110,7 @@ -
+