Policies are classes are used to handle authorisation checks related to Eloquent models. I will be making a policy for Create, Read, Update and Delete (CRUD) operations on the motorbikes table.
ReadFollowing the Laravel docs, I created a controller for the Motorbike listings
Read