What Eloquent methods will throw a Not Found Exception if the record is not found?
In Laravel findOrFail() & firstOrFail() methods will throw a Not Found Exception if the record is not found
In Laravel findOrFail() & firstOrFail() methods will throw a Not Found Exception if the record is not found