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; // Universities Management Route::controller(UniversityController::class)->name('universities.')->group(function () { Route::get('universities', 'index')->name('index'); Route::get('universities/create', 'create')->name('create'); Route::post('universities', 'store')->name('store'); Route::get('universities/{university}/edit', 'edit')->name('edit'); Route::put('universities/{university}', 'update')->name('update'); Route::delete('universities/{university}', 'destroy')->name('destroy'); });
In a dystopic and futuristic Tokyo, humanity’s genetic code has gone awry. At the forefront of the technology is Fraud, an organization conducting experiments on people such as Kei and Ai – two escaped “headmeters” with hefty psychokinetic powers. The sinister Mr. Lee wants nothing more to retrieve Ai back to his clutches, as she seemingly holds the key to immense power; Kei wants simply to keep Ai safe; and the evil Lai Lo Ching has his own master plan. Along with the help of the amnesiac headmeter K2 and a trusty sidekick, Kei must fight to protect Ai from the evils of Mr. Lee, Lai Lo Ching, and the state of the world itself!