Add peer review tab
This commit is contained in:
@@ -27,4 +27,8 @@ class ApplicationController extends Controller
|
||||
return view('dashboard.appmanagement.outstandingapps');
|
||||
}
|
||||
|
||||
public function showPeerReview()
|
||||
{
|
||||
return view('dashboard.appmanagement.peerreview');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user