forked from miguel456/rbrecruiter
Added Under Review page
The user applications page has been added into the app.
This commit is contained in:
@@ -6,5 +6,10 @@ use Illuminate\Http\Request;
|
||||
|
||||
class ApplicationController extends Controller
|
||||
{
|
||||
//
|
||||
|
||||
public function showPendingUserApplications()
|
||||
{
|
||||
return view('dashboard.user.applications');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user