adjust deliveries by customer

This commit is contained in:
ludo
2023-12-11 21:07:49 +01:00
parent 25b78f3380
commit df65516b36
8 changed files with 108 additions and 80 deletions

View File

@@ -1,3 +1,6 @@
f{{ Form::open(['route' => 'Admin.Shop.Customers.store', 'id' => 'customer-form', 'autocomplete' => 'off']) }}
<input type="hidden" name="id" value="{{ $customer['id'] ?? false }}">
<div class="row">
<div class="col-6">
<x-card>
@@ -116,6 +119,7 @@
</x-layout.box-collapse>
</div>
</div>
</form>
<x-save />
@@ -123,6 +127,8 @@
@include('load.form.select2')
@push('js')
{!! JsValidator::formRequest('App\Http\Requests\Admin\Shop\StoreCustomerPost', '#customer-form') !!}
<script>
$(function() {
initSelect2();