minor fix on updating status of order, upgrade datatables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user