Add a notice to the top of a table page
I'd like to add a Shout (https://filamentphp.com/plugins/awcodes-shout) to the top of a resource page (i.e. a table listing), but this doesn't seem to be an option. Is there another way to achieve this?
For example, in the screenshot attached, I'd like to show a notice above or below the "Airtable Accounts" heading
For example, in the screenshot attached, I'd like to show a notice above or below the "Airtable Accounts" heading

Filament
A simple inline contextual notice for Filament Forms, basically just a fancy placeholder.

Solution
In the end I did it as middleware on hte panel as I needed to do things based on the user's Auth status
Middleware
Middleware