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