Added Margin
This commit is contained in:
parent
ee1f274169
commit
e88e5d2727
|
|
@ -16,7 +16,7 @@
|
|||
{!! view_render_event('bagisto.shop.customers.account.address.create.before') !!}
|
||||
|
||||
<form method="post" action="{{ route('customer.address.store') }}" @submit.prevent="onSubmit">
|
||||
<div class="account-table-content">
|
||||
<div class="account-table-content mb-2">
|
||||
@csrf
|
||||
|
||||
{!! view_render_event('bagisto.shop.customers.account.address.create_form_controls.before') !!}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
{!! view_render_event('bagisto.shop.customers.account.address.edit.before', ['address' => $address]) !!}
|
||||
|
||||
<form method="post" action="{{ route('customer.address.update', $address->id) }}" @submit.prevent="onSubmit">
|
||||
<div class="account-table-content">
|
||||
<div class="account-table-content mb-2">
|
||||
@method('PUT')
|
||||
|
||||
@csrf
|
||||
|
|
|
|||
Loading…
Reference in New Issue