main
Ilham Wara Nugroho 2025-11-26 15:56:25 +07:00
parent 4b5c7ab17f
commit 2b8192cb26
1 changed files with 3 additions and 3 deletions

View File

@ -68,11 +68,11 @@
</li>
<li>
@if(Request::is('/'))
<?php $href = 'href="#helpdesk"'; ?>
<?php $href = '#helpdesk'; ?>
@else
<?php $href = 'href="'.url("/#helpdesk").'"'; ?>
<?php $href = url("/#helpdesk"); ?>
@endif
<a {{ @$href }} class="block py-2 px-3">Helpdesk</a>
<a href="{{ @$href }}" class="block py-2 px-3">Helpdesk</a>
</li>
</ul>
</div>