Projects begin

This commit is contained in:
Александр Бабкин
2022-06-27 16:55:01 +03:00
parent 310613e9a8
commit 34f6fa7733
10 changed files with 359 additions and 6 deletions

View File

@@ -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 -->