Logo
@foreach ($header as $item) {{ $item['title'] }} @endforeach
@guest Yuk Masuk! ✨
@endguest @auth
@endauth
@php $baseClass = 'text-3xl transition-colors'; $activeClass = 'font-bold text-home-primary'; $inactiveClass = 'text-white hover:text-gray-300 hover:opacity-80'; @endphp @foreach ($header as $item) {{ $item['title'] }} @endforeach