AUK ready

This commit is contained in:
Александр Бабкин
2022-07-04 16:04:58 +03:00
parent 621b1fd677
commit 240351d832
15 changed files with 458 additions and 14 deletions

View File

@@ -40,7 +40,7 @@
</x-nav-link>
</div>
<div class="hidden space-x-8 sm:-my-px sm:ml-10 sm:flex">
<x-nav-link :href="route('auk.index')" :active="request()->routeIs('auk.index')|request()->routeIs('auk.create')|request()->routeIs('auk.show')|request()->routeIs('auk.edit')">
<x-nav-link :href="route('auks.index')" :active="request()->routeIs('auks.index')|request()->routeIs('auks.create')|request()->routeIs('auks.show')|request()->routeIs('auks.edit')">
{{ __('AUK') }}
</x-nav-link>
</div>