As the error message says, because you're using findOrFail, it's failing because it can't find a user in your database with that ID number. Check the users table in your database, what's in there? Is there a user with the ID number you're passing in your route/controller?
harimsd07 liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community