I am wondering: should I create a different layout file for my 'non-admin' application, or is it fine to use the Filament scaffolded one? I tried using it, but it doesn't seem to work properly (e.g. the modal component does show the button, but does not show a modal when clicked).
Also, does Laravel Breeze (TALL stack) work well next to Filament?