Files
opensem/resources/views/components/button-submit.blade.php
2021-03-22 00:47:44 +01: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>