Create the projects part.

This commit is contained in:
2025-01-22 16:37:24 +01:00
parent 0e712a3412
commit 83cea92630
13 changed files with 829 additions and 0 deletions

View File

@@ -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') }}