Projects begin
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
</x-nav-link>
|
||||
@endif
|
||||
</div>
|
||||
<div class="hidden space-x-8 sm:-my-px sm:ml-10 sm:flex">
|
||||
<x-nav-link :href="route('projects.index')" :active="request()->routeIs('projects.index')|request()->routeIs('projects.create')|request()->routeIs('projects.show')|request()->routeIs('projects.edit')">
|
||||
{{ __('Projects') }}
|
||||
</x-nav-link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Settings Dropdown -->
|
||||
|
||||
Reference in New Issue
Block a user