What is a resource?
In this video we will be exploring what a filament resource is. A resource allows us to perform CRUD (create, read, update, delete) actions. Each resource have the ability to:
List: A paginated table of all the records in the Eloquent model.
Create: A form to create a new record.
Edit: A form to edit an existing record.
You also have the option to generate a view only page if required.