Custom login / register -like page
I want to add a custom layout that can be accessed on the login/register page. How can I extend main layout? The login/register itself is customized using livewire page, and I want to make another custom page. Here are the changes I've made
1. Register the livewire page on web.php
2. Redirect using redirect()->route('custom-page') from the login/register
3. extend <x-filament-panels::page.simple> but got error undefined vars
1 Reply