Logs/Resources/views/system/_action-menu.blade.php

8 lines
235 B
PHP
Raw Normal View History

2023-05-15 17:15:19 +00:00
<!--begin::Action--->
<td class="text-end">
2023-07-05 10:36:14 +00:00
<button data-destroy="{{ route('logs.system.destroy', $model->get('id')) }}" class="btn btn-sm btn-light btn-active-light-primary">
2023-05-15 17:15:19 +00:00
Delete
</button>
</td>
<!--end::Action--->