Files
opensem/resources/views/components/form/buttons/button-submit.blade.php
2021-10-30 02:22:51 +02:00

4 lines
196 B
PHP

<button type="{{ $type_button ?? 'submit' }}" class="btn btn-success submit {{ $class ?? ''}}" @if (isset($id_name)) id="{{ $id_name }}"@endif>
<i class="fa fa-fw fa-save"></i> Envoyer
</button>