Update with new price management
This commit is contained in:
3
resources/views/components/button-submit.blade.php
Normal file
3
resources/views/components/button-submit.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user