main
Ilham Wara Nugroho 2026-01-06 15:02:57 +07:00
parent e4048a12a1
commit f5de3a1756
1 changed files with 6 additions and 0 deletions

View File

@ -84,9 +84,15 @@
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
</svg>
</button>
@if(Auth::check())
<a href="{{ url('dashboard') }}" class="p-3 text-white bg-success rounded-[10px] mx-auto md:mx-0 text-center flex flex-row gap-3">
<span>Dashboard</span> <x-lucide-user width="20" class="text-white"/>
</a>
@else
<a href="{{ url('login') }}" class="p-3 text-white bg-success rounded-[10px] mx-auto md:mx-0 text-center flex flex-row gap-3">
<span>Login</span> <x-lucide-log-in width="20" class="text-white"/>
</a>
@endif
</div>
</div>
</div>