This commit is contained in:
mohd asif 2020-10-07 13:11:46 +05:30
parent bbe567ab9b
commit 63c93ed734
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,3 @@
{!! view_render_event('bagisto.admin.customer.edit.before', ['customer' => $customer]) !!}
<form method="POST" action="{{ route('admin.customer.update', $customer->id) }}">
<div class="page-content">
<div class="form-container">
@ -95,11 +93,13 @@
@endforeach
</select>
</div>
{!! view_render_event('bagisto.admin.customer.edit.form.after', ['customer' => $customer]) !!}
</div>
<button type="submit" class="btn btn-lg btn-primary">
{{ __('admin::app.customers.customers.save-btn-title') }}
</button>
</div>
</div>
</form>
{!! view_render_event('bagisto.admin.customer.edit.form.after', ['customer' => $customer]) !!}
</form>