Update Module Religion

This commit is contained in:
daeng.deni@dharma.or.id 2023-06-06 21:38:14 +07:00
parent 3ad5f82956
commit 6f818492c7
2 changed files with 2 additions and 1 deletions

View File

@ -87,6 +87,7 @@
Column::computed('action') Column::computed('action')
->exportable(false) ->exportable(false)
->printable(false) ->printable(false)
->width(100)
->addClass('text-center') ->addClass('text-center')
->responsivePriority(-1), ->responsivePriority(-1),
]; ];

View File

@ -4,7 +4,7 @@
<div class="d-flex flex-row flex-center"> <div class="d-flex flex-row flex-center">
<a href="{{ route($route[0].'.'.$route[1].'.edit',[$route[1] => $model->id]) }}" <a href="{{ route($route[0].'.'.$route[1].'.edit',[$route[1] => $model->id]) }}"
class="kt_edit_form btn btn-icon btn-bg-light btn-active-light-primary btn-sm me-1"> class="kt_edit_form btn btn-icon btn-bg-light btn-active-light-primary btn-sm me-1">
{!! getIcon("pencil", "fs-1 text-info","duotune") !!} {{ pwd() }} {!! getIcon("pencil", "fs-1 text-info","duotune") !!}
</a> </a>
{!! Form::open(['method' => 'DELETE','route' => [$route[0].'.'.$route[1].'.destroy', $model->id],'class'=>'']) !!} {!! Form::open(['method' => 'DELETE','route' => [$route[0].'.'.$route[1].'.destroy', $model->id],'class'=>'']) !!}