Custom Views

Is it possible to get custom views without having to create new pages.

I want to extend a view from another package but with filaments styling. Im trying to put my content inside:

<x-filament-panels::page.simple>

    <x-filament-panels::form>
        {{ $form }}

    </x-filament-panels::form>


</x-filament-panels::page.simple>


But keep getting this error:
Using $this when not in object context

So not sure what template I should be using instead?
Was this page helpful?