public function OrderByDeadline() { $contestDeadline = Contest::get()->sort('Deadline ASC'); return $contestDeadline; }