Logo
Explore Help
Register Sign In
Proximity/staffmanager
1
0
Fork 0
You've already forked staffmanager
forked from miguel456/rbrecruiter
Code Issues Pull Requests Projects Releases Wiki Activity
staffmanager/app/Http/Controllers/ApplicationController.php

21 lines
341 B
PHP
Raw Normal View History

Added models, migrations and controllers This commit adds the logical structure for the app.
2020-04-29 18:15:54 +01:00
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class ApplicationController extends Controller
{
Added Under Review page The user applications page has been added into the app.
2020-04-30 16:38:54 +01:00
Added denied applications page This commit adds a modified version of the previous page, meant for displaying denied apps. Also modified method names and adds dates.
2020-04-30 16:55:14 +01:00
public function showPendingUserApps()
Added Under Review page The user applications page has been added into the app.
2020-04-30 16:38:54 +01:00
{
return view('dashboard.user.applications');
}
Added denied applications page This commit adds a modified version of the previous page, meant for displaying denied apps. Also modified method names and adds dates.
2020-04-30 16:55:14 +01:00
public function showDeniedUserApps()
{
return view('dashboard.user.deniedapplications');
}
Added models, migrations and controllers This commit adds the logical structure for the app.
2020-04-29 18:15:54 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 34ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API