$flight = Flight::findOrFail(1); $flight = Flight::where('legs', '>', 3)->firstOrFail();
$model = AppFlight::where('name', 'Mike')->firstOrFail();