This commit is contained in:
tanch0
2024-06-15 22:23:54 +05:45
parent 8253440371
commit cb99bedac6
144 changed files with 6436 additions and 3112 deletions

View File

@ -18,3 +18,4 @@ Route::post('/postresgistration',[AuthenticationController::class,'store'])->nam
Route::get('/', [WebsiteController::class, 'home'])->name("home");
Route::get('/single',[WebsiteController::class, 'single'])->name("single");
Route::get('/newsDetail',[WebsiteController::class, 'newsDetail'])->name("newsDetail");