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'); }); Chemsex
Content cover

Chemsex (2015)

In hidden basements, bedrooms and bars across London, "Chemsex" is a documentary that exposes frankly and intimately a dark side to modern gay life. Traversing an underworld of intravenous drug use and weekend-long sex parties, "Chemsex" tells the story of several men struggling to make it out of 'the scene' alive - and one health worker who has made it his mission to save them. While society looks the other way, this powerful and unflinching film uncovers a group of men battling with HIV, drug addiction and finding acceptance in a changing world.