add datatbles for invoices, add pdf icon, refactor icons components, add autocomplete on search, adapt searching to meilisearch
This commit is contained in:
6
resources/views/components/form/buttons/delete.blade.php
Normal file
6
resources/views/components/form/buttons/delete.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
@include('components.form.button', [
|
||||
'class' => 'btn-danger btn-del ' . ($class ?? ''),
|
||||
'icon' => $icon ?? 'fa-trash-alt',
|
||||
'title' => $title ?? 'Effacer',
|
||||
'loading_text' => "<i class='fa fa-circle-o-notch fa-spin'></i>",
|
||||
])
|
||||
Reference in New Issue
Block a user