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;
In an instant, life can change forever and that moment will define who you are. More than just a retelling of heart pounding first-person accounts of the world's most harrowing tales of survival, these tales are brought...