add datatbles for invoices, add pdf icon, refactor icons components, add autocomplete on search, adapt searching to meilisearch
This commit is contained in:
5
resources/views/components/form/buttons/show.blade.php
Normal file
5
resources/views/components/form/buttons/show.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
@include('components.form.button', [
|
||||
'class' => 'btn-secondary btn-show ' . ($class ?? ''),
|
||||
'icon' => 'fa-eye',
|
||||
'title' => $title ?? 'Voir',
|
||||
])
|
||||
Reference in New Issue
Block a user