feat: add internship application page and update career menu dropdown

This commit is contained in:
Ümit Tunç
2026-05-11 07:54:27 +03:00
parent 1547d07cb3
commit a81f4fdf9e
7 changed files with 336 additions and 5 deletions
+1
View File
@@ -107,6 +107,7 @@ Route::get('/urun-hizmet/{slug}', [\App\Http\Controllers\ProductController::clas
// Career
Route::get('/kariyer', [\App\Http\Controllers\CareerController::class, 'index'])->name('career.index');
Route::get('/staj-basvurusu', [\App\Http\Controllers\CareerController::class, 'internship'])->name('career.internship');
Route::post('/kariyer', [\App\Http\Controllers\CareerController::class, 'store'])->name('career.store');
// Payment Process