SimplePage class if middleware exception is thrown.response()->view('path.to.simplepage.view') but receive an error Using $this when not in object context (presumably because the <x-filament-panels::page.simple> is not getting initialized properly)return response()->view((new MyCustomSimplePage())->render()) but the same error is given.