{{-- ======================================== HEADER PRINCIPALE MODULARE ======================================== Header principale con logo, barra di ricerca, notifiche e menu utente. Completamente configurabile e responsivo. Props disponibili: - $showSearch (bool): Mostra barra di ricerca - $showNotifications (bool): Mostra icona notifiche - $showUserMenu (bool): Mostra menu utente - $logoSize (string): Dimensione logo (sm, md, lg) - $variant (string): Variante header (default, minimal, compact) Autore: NetGesCon Development Team Data: 2024 ======================================== --}} @props([ 'showSearch' => true, 'showNotifications' => true, 'showUserMenu' => true, 'logoSize' => 'md', 'variant' => 'fixed' ]) {{-- CSS per pulsanti uniformi --}} @push('styles') @endpush