Manage address and deliveries

This commit is contained in:
Ludovic CANDELLIER
2021-11-24 20:57:12 +01:00
parent b0b1164881
commit 2f3da7d700
7 changed files with 118 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
@section('content')
{{ Form::open(['route' => 'Admin.Shop.Customers.update', 'id' => 'customer-form', 'autocomplete' => 'off']) }}
{{ Form::open(['route' => 'Admin.Shop.Customers.store', 'id' => 'customer-form', 'autocomplete' => 'off']) }}
<input type="hidden" name="id" value="{{ $customer['id'] }}">
@include('Admin.Shop.Customers.form')
</form>