Jetzt beantragen!

This commit is contained in:
2026-03-24 00:46:04 +01:00
parent 87c7193686
commit 8b39cb4dbc
6 changed files with 18 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ Route::get('/kontakt', [WebsiteController::class, 'contact'])->name('contact');
Route::get('/impressum', [WebsiteController::class, 'imprint'])->name('imprint');
Route::get('/services', [WebsiteController::class, 'services'])->name('services');
Route::get('/neuigkeiten', [WebsiteController::class, 'news'])->name('news');
Route::get('/beantragen', [WebsiteController::class, 'apply'])->name('apply');
Route::get('/intern/registrieren', [WebsiteController::class, 'showRegister']);
Route::post('/intern/registrieren/abschicken', [LoginController::class, 'register']);