Hi everyone, I’ve created a Filament-based landing page that uses a reusable burger menu, responsive behaviors, and shared form components and modals. What’s the best approach in Filament to manage these consistently across multiple pages or contexts, so I don’t duplicate code ?
Also, I’m thinking of creating a project structure to house all Filament UI components in reusable Blade templates. What’s your advice on structuring a Filament project so these shared UI components (like menus, forms, modals, etc.) are easily managed and updated across the entire app ? also ->spa() feature out of the panel