पेज · Laravilt
Header Actions
Add actions above a table, such as create, import, and export.
Header actions render above the table and don't act on a specific record.
php
CreateAction configures itself from the page: it links to the resource's create page, or opens a modal form on "manage records" (simple) resources.
Custom header action
php
See CreateAction, ExportAction, and ImportAction.