Model::latest()->first(); // retrieves the last element Model::orderBy('id', 'desc')->first(); // retrieves all, sort it and get the first