/Pages directory of the Filament directory, and a view in the /pages directory of the Filament views directory.
Page classes are essentially Laravel Livewire components with custom integration utilities for use with Filament.
Authorization
You may create roles for users of Filament that allow them to access specific pages. You may create aManager role using:
Manager role to access this page, declare so in the static authorization() method:
Please note: administrators will always have full access to every page in your admin panel.You may want to only deny users with the
Manager role from accessing this page. To do this, you may use the static deny() method instead: