From 6f818492c76a14acd08936660c79b348fd321040 Mon Sep 17 00:00:00 2001 From: "daeng.deni@dharma.or.id" Date: Tue, 6 Jun 2023 21:38:14 +0700 Subject: [PATCH] Update Module Religion --- DataTables/ReligionDataTable.php | 1 + Resources/views/religion/_action.blade.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DataTables/ReligionDataTable.php b/DataTables/ReligionDataTable.php index e1654c8..1594803 100644 --- a/DataTables/ReligionDataTable.php +++ b/DataTables/ReligionDataTable.php @@ -87,6 +87,7 @@ Column::computed('action') ->exportable(false) ->printable(false) + ->width(100) ->addClass('text-center') ->responsivePriority(-1), ]; diff --git a/Resources/views/religion/_action.blade.php b/Resources/views/religion/_action.blade.php index aceed93..a32eac2 100644 --- a/Resources/views/religion/_action.blade.php +++ b/Resources/views/religion/_action.blade.php @@ -4,7 +4,7 @@
- {!! getIcon("pencil", "fs-1 text-info","duotune") !!} {{ pwd() }} + {!! getIcon("pencil", "fs-1 text-info","duotune") !!} {!! Form::open(['method' => 'DELETE','route' => [$route[0].'.'.$route[1].'.destroy', $model->id],'class'=>'']) !!}