From 5e4918579a4a049bb5d789c95b54816db6396b9c Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 28 Mar 2020 02:41:27 -0700 Subject: [PATCH] Added table headers --- resources/views/custom_fields/index.blade.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/resources/views/custom_fields/index.blade.php b/resources/views/custom_fields/index.blade.php index 3ecbc6635d..e6f3554dab 100644 --- a/resources/views/custom_fields/index.blade.php +++ b/resources/views/custom_fields/index.blade.php @@ -44,7 +44,7 @@ {{ trans('general.name') }} {{ trans('admin/custom_fields/general.qty_fields') }} {{ trans('admin/custom_fields/general.used_by_models') }} - + Actions @@ -132,7 +132,7 @@ {{ trans('admin/custom_fields/general.field_format') }} {{ trans('admin/custom_fields/general.field_element_short') }} {{ trans('admin/custom_fields/general.fieldsets') }} - + Actions @@ -157,14 +157,22 @@ @can('update', $field) - + + + Edit + @endcan @can('delete', $field) {{ Form::open(array('route' => array('fields.destroy', $field->id), 'method' => 'delete', 'style' => 'display:inline-block')) }} @if($field->fieldset->count()>0) - + @else - + @endif {{ Form::close() }} @endcan