use App\Http\Controllers\StudentRegisterController; // Student Registration Route::get('/register/student', [StudentRegisterController::class, 'showRegistrationForm'])->name('student.register'); Route::post('/register/student', [StudentRegisterController::class, 'register'])->name('student.register.submit'); use App\Http\Controllers\Admin\UniversityController;
Chris, Kerry, and Nick are back in Middle Earth...and this time they have a podcast! Join us for A Simple Talk, and get a behind the scenes, unedited account of the group's travels, including Kerry getting caught wiping!