search stuffs

This commit is contained in:
2021-07-03 00:04:27 +05:00
parent bcb27fc265
commit 1647965d46
19 changed files with 62604 additions and 93 deletions

View File

@@ -28,6 +28,12 @@
{{ __('Monitor') }}
</x-jet-nav-link>
</div>
<div class="hidden space-x-8 sm:-my-px sm:ml-10 sm:flex">
<x-jet-nav-link href="/dashboard/search" :active="request()->routeIs('dashboard.search')">
{{ __('Search') }}
</x-jet-nav-link>
</div>
</div>
<!-- Settings Dropdown -->