Final Commit

This commit is contained in:
2024-04-24 10:17:18 +05:45
parent b49e06fa93
commit 3502bb0b4f
41 changed files with 1497 additions and 502 deletions

View File

@ -24,6 +24,8 @@ Route::middleware('auth')->group(function () {
Route::get('/registration/validate/{id}', [RegistrationsController::class, 'confirmation'])->name('registration.validate');
});
// Route::get('/testimonial/hello', [RegistrationsController::class,'getTestimonial'])->name('testimonial');
Route::get('/spin_the_wheel/reset', function () {
session()->flush();