FilamentF
Filament3y ago
Gush

RenderHook view hidden on collapsed menu

Hey, is there a way to hide a renderhook if the menu is collapsed? thanks
Filament::registerRenderHook(
                'sidebar.end',
                fn (): View => view('filament.logoIPT.logo'),
            );
Was this page helpful?