main
Ilham Wara Nugroho 2025-10-03 10:11:55 +07:00
parent cfa900e16e
commit 9142c21958
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@
<a href="{{ url('resource-data') }}" class="{{ Request::is('resource-data*') ? 'active font-bold' : 'text-white'}} hover:text-accent">Resource Data</a>
<a href="{{ url('dataset') }}" class="{{ Request::is('dataset') ? 'active font-bold' : 'text-white'}} hover:text-accent">Dataset</a>
<a href="{{ url('dataset-tambahan') }}" class="{{ Request::is('dataset-tambahan*') ? 'active font-bold' : 'text-white'}} hover:text-accent">Dataset Tambahan</a>
<a href="{{ url('login') }}" class="{{ Request::is('login*') ? 'active font-bold' : 'text-white'}} hover:text-accent">Login</a>
{{-- <a href="{{ url('help') }}" class="{{ Request::is('help*') ? 'active font-bold' : 'text-white'}} hover:text-accent">Bantuan</a> --}}
</nav>