Added Under Review page

The user applications page has been added into the app.
This commit is contained in:
2020-04-30 16:38:54 +01:00
parent 20bb7bbcb5
commit 045b0c42f6
3 changed files with 91 additions and 1 deletions

View File

@@ -23,6 +23,12 @@ Route::group(['middleware' => 'auth'], function(){
Route::get('/dashboard', 'DashboardController@index');
Route::group(['prefix' => '/applications'], function (){
Route::get('/pending', 'ApplicationController@showPendingUserApplications');
});
});
//Route::get('/dashboard/login', '');