Refactoring, change menu, add many features

This commit is contained in:
Ludovic CANDELLIER
2021-10-30 02:22:51 +02:00
parent fae7b7897f
commit e356b3fcda
158 changed files with 1114 additions and 412 deletions

View File

@@ -1,8 +1,8 @@
<div class="row pt-0 pb-3">
<div class="col-12">
<div class="text-right form-buttons">
@include('components.button-cancel')
@include('components.button-save')
@include('components.form.buttons.button-cancel')
@include('components.form.buttons.button-save')
</div>
</div>
</div>