Right now I have authentication setup but when an authenticated user creates new data, any authenticated user can see that data and manipulate it. I would like to make it so that each user can only see the data they created. I am new to laravel and php so I don't really know how to set this up!
I can share any code or more details if needed, just let me know!
Thanks