update
parent
e4048a12a1
commit
f5de3a1756
|
|
@ -84,9 +84,15 @@
|
||||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</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">
|
<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"/>
|
<span>Login</span> <x-lucide-log-in width="20" class="text-white"/>
|
||||||
</a>
|
</a>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue