Filament allows you to display widgets inside pages, below the header and above the footer. To add a widget to a page, use theDocumentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
getHeaderWidgets() or getFooterWidgets() methods:
getHeaderWidgets() returns an array of widgets to display above the page content, whereas getFooterWidgets() are displayed below.
If you’d like to learn how to build and customize widgets, check out the Dashboard documentation section.
Customizing the widgets grid
You may change how many grid columns are used to display widgets. You may override thegetHeaderWidgetsColumns() or getFooterWidgetsColumns() methods to return a number of grid columns to use: