Is there a way to customize the views/blade components that Filament uses?
Maybe this is in the documentation but I can't seem to find it? Like if I wanted to completely customize the sign in form/screen, how can I go about doing that?
Solution:Jump to solution
Pass a custom login class with its own view to the ->login() modifier on the panel.
3 Replies