6 lines
165 B
PHP
6 lines
165 B
PHP
@include('components.form.button', [
|
|
'class' => 'btn-primary btn-edit ' . ($class ?? ''),
|
|
'icon' => 'fa-pencil-alt',
|
|
'title' => $title ?? 'Modifier',
|
|
])
|