minor fix on updating status of order, upgrade datatables

This commit is contained in:
Ludovic CANDELLIER
2023-09-13 22:17:49 +02:00
parent ab8ab8eba1
commit 69478e3c74
6 changed files with 30 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
<h4>{{ $order['delivery']['name'] }} </h4>
</div>
<div class="col-6 text-right">
@include('components.form.buttons.button-save')
<x-save />
</div>
</div>
@@ -121,3 +121,13 @@
</x-card>
{{ Form::close() }}
@endsection
@include('load.form.save')
@include('load.form.select2')
@push('js')
<script>
initSaveForm('#order-form');
initSelect2();
</script>
@endpush