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');
Pedro Montaño receives a proposal from his friend El Negro to rob the mafia and make easy money. Pedro accepts because he needs the money to cure his wife. This unleashes a war with mobsters like Don Lucio and other criminal organizations that will defend their territories and interests, thus creating the 'New Mafia'.