file-management-system/resources/views/pages/log/system/_action-menu.blade.php

8 lines
234 B
PHP

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