Create the projects part.
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
: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('project.index')"
|
||||
:active="\Illuminate\Support\Str::startsWith(request()->route()->getName(), 'project.')">
|
||||
{{ __('project.Projects') }}
|
||||
</x-nav-link>
|
||||
<x-nav-link :href="route('invoice.index')"
|
||||
:active="\Illuminate\Support\Str::startsWith(request()->route()->getName(), 'invoice.')">
|
||||
{{ __('invoice.Invoices') }}
|
||||
|
||||
Reference in New Issue
Block a user