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

@@ -6,5 +6,10 @@ use Illuminate\Http\Request;
class ApplicationController extends Controller
{
//
public function showPendingUserApplications()
{
return view('dashboard.user.applications');
}
}