Logs/Resources/views/system/_action-menu.blade.php
Daeng Deni Mardaeni c1a0b66abb update route
2023-07-05 17:36:14 +07:00

8 lines
235 B
PHP

<!--begin::Action--->
<td class="text-end">
<button data-destroy="{{ route('logs.system.destroy', $model->get('id')) }}" class="btn btn-sm btn-light btn-active-light-primary">
Delete
</button>
</td>
<!--end::Action--->