Custom Blade Views

Going to re ask this question because im still not entirely sure the best approach.

Basically, I have a custom 2fa package that is standalone. There is a trait that I plug into the Login class that I have overridden. This will do its checks then return a $form, however, I want to be able to have that $form inside the filament theme/styling, typically following the login page.

Is there a way to do this without having to create a new page, as just using the x-filament-panels::page etc is requiring objects and references to $this, that don't exist because im only trying to obtain the views
image.png
Was this page helpful?