diff --git a/app/Http/Controllers/ApplicationController.php b/app/Http/Controllers/ApplicationController.php index 0c57787..8e2fac7 100644 --- a/app/Http/Controllers/ApplicationController.php +++ b/app/Http/Controllers/ApplicationController.php @@ -6,5 +6,10 @@ use Illuminate\Http\Request; class ApplicationController extends Controller { - // + + public function showPendingUserApplications() + { + return view('dashboard.user.applications'); + } + } diff --git a/resources/views/dashboard/user/applications.blade.php b/resources/views/dashboard/user/applications.blade.php new file mode 100644 index 0000000..8fc3099 --- /dev/null +++ b/resources/views/dashboard/user/applications.blade.php @@ -0,0 +1,79 @@ +@extends('adminlte::page') + +@section('title', 'Raspberry Network | Applications') + +@section('content_header') + +
Please allow up to three days for your application to be processed. Your application will be reviewed by every team member, and will move up in stages.
+If an interview is scheduled, you'll need to open your application here and confirm the time, date, and location assigned for you.
+# | +Applicant | +Status | +Actions | +
---|---|---|---|
1. | +Jonathan Smith | +Approved | ++ + + + + | +