Make customer addresses editable.

This commit is contained in:
2025-01-10 16:24:01 +01:00
parent 39f4acc1fc
commit 2b3c93a8b6
13 changed files with 213 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
{{ __('common.Dashboard') }}
</x-nav-link>
<x-nav-link :href="route('customer.index')"
:active="\Illuminate\Support\Str::startsWith(request()->route()->getName(), 'customer.')">
:active="\Illuminate\Support\Str::startsWith(request()->route()->getName(), 'customer.') || \Illuminate\Support\Str::startsWith(request()->route()->getName(), 'address.')">
{{ __('customer.Customers') }}
</x-nav-link>
<x-nav-link :href="route('invoice.index')"