Extending Pages
To extend a page you need to create and register an extension.Extending edit resource
For example, the code below will register a custom extension calledMyEditExtension for the EditProduct Filament page.
Extending list resource
For example, the code below will register a custom extension calledMyListExtension for the ListProduct Filament page.
Extending Resources
Much like extending pages, to extend a resource you need to create and register an extension. For example, the code below will register a custom extension calledMyProductResourceExtension for the ProductResource Filament resource.