@props([ 'disableHeader' => false, ]) @php $headerIconBtnClass = 'rounded-lg border border-border/70 bg-background/50 p-2 text-foreground shadow-none backdrop-blur-sm outline-none ring-0 transition-colors hover:border-border hover:bg-background/70 hover:text-foreground focus:outline-none focus:ring-0'; $headerIconBtnBlurClass = '!rounded-lg !border-white/35 !bg-white/20 !p-2 !text-foreground !shadow-none backdrop-blur-sm outline-none ring-0 transition-colors hover:!border-white/45 hover:!bg-white/30 hover:!text-foreground focus:outline-none focus:ring-0'; $themeToggleClass = 'inline-flex cursor-pointer select-none items-center justify-center gap-2 rounded-lg border border-border/70 bg-background/50 px-2 py-2 text-sm font-medium text-foreground shadow-none backdrop-blur-sm transition-all duration-200 outline-none ring-0 hover:border-border hover:bg-background/70 hover:text-foreground active:bg-background/80 focus:outline-none focus:ring-0'; $themeToggleBlurClass = '!rounded-lg !border-white/35 !bg-white/20 !px-2 !py-2 !text-foreground !shadow-none backdrop-blur-sm outline-none ring-0 transition-all duration-200 hover:!border-white/45 hover:!bg-white/30 hover:!text-foreground active:!bg-white/25 focus:outline-none focus:ring-0'; $loginBtnClass = 'shadow-sm backdrop-blur-sm border border-brand/40 bg-brand/95 hover:bg-brand/85 active:bg-brand/80'; $loginBtnBlurClass = '!border-white/25 !bg-brand/90 !shadow-sm backdrop-blur-sm hover:!bg-brand/80 active:!bg-brand/75'; $mobileMenuBtnClass = 'rounded-full border border-border/70 bg-background/50 text-foreground shadow-none backdrop-blur-sm outline-none ring-0 transition-colors hover:border-border hover:bg-background/70 hover:text-foreground focus:outline-none focus:ring-0'; $mobileMenuBtnBlurClass = '!rounded-full !border-white/35 !bg-white/20 !text-foreground !shadow-none backdrop-blur-sm outline-none ring-0 transition-colors hover:!border-white/45 hover:!bg-white/30 hover:!text-foreground focus:outline-none focus:ring-0'; @endphp
{{-- Mobile --}}
@if (!$disableHeader)
@endif @if (!$disableHeader)
@auth('user') @else @if(!Route::is('user.login')) {{ __('auth.login.button.login') }} @endif @endauth
@endif
{{-- Desktop: [ Logo (fixed) ] [ Items (flex-1) ] Items → [ Menu (flex-1) ] [ Other items (shrink-0) ] --}}