Add Dynamic Form Processing for Custom Forms

This commit is contained in:
2020-05-08 08:10:25 +01:00
parent 4c6a435e34
commit cf7cc142a7
8 changed files with 174 additions and 19 deletions

View File

@@ -14,6 +14,9 @@ class HomeController extends Controller
*/
public function index()
{
// TODO: Relationships for Applications, Users and Responses
// Also prevent apps if user already has one in the space of 30d
// Display apps in the relevant menus
return view('home')
->with('positions', Vacancy::where('vacancyStatus', 'OPEN')->get());
}