fixes
This commit is contained in:
15
resources/views/Admin/Shop/CustomerOrders/create.blade.php
Normal file
15
resources/views/Admin/Shop/CustomerOrders/create.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('shop.customer_addresses.title'),
|
||||
'subtitle' => __('shop.customer_addresses.add'),
|
||||
'breadcrumb' => [__('shop.customers.title')],
|
||||
])
|
||||
|
||||
@section('content')
|
||||
{{ Form::open([
|
||||
'route' => 'Admin.Shop.CustomerAddresses.store',
|
||||
'id' => 'customer_address-form',
|
||||
'autocomplete' => 'off',
|
||||
]) }}
|
||||
@include('components.address')
|
||||
</form>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user