Fixed One Route

This commit is contained in:
devansh bawari 2021-02-12 21:08:32 +05:30
parent ff343b9e6d
commit 6e42efbb18
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<div class="page-header">
<div class="page-title">
<h1>
<i class="icon angle-left-icon back-link" onclick="window.location = '{{ route('admin.customer.index') }}'"></i>
<i class="icon angle-left-icon back-link" onclick="window.location = '{{ route('admin.customer.addresses.index', ['id' => $customer->id]) }}'"></i>
{{ __('admin::app.customers.addresses.create-title') }}
</h1>