This commit is contained in:
tanch0
2024-06-20 16:42:33 +05:45
parent 5554837c97
commit adfc826e9c
46 changed files with 2385 additions and 70 deletions

View File

@ -22,7 +22,7 @@ Route::get('/newsDetail/{alias}',[WebsiteController::class, 'newsDetail'])->name
Route::get('/showHororscope',[WebsiteController::class, 'showHororscope'])->name("showHororscope");
Route::get('/international/{alias}',[WebsiteController::class,'showInternational'])->name("showInternational");
Route::get('/showVideos',[WebsiteController::class,'showVideos'])->name("showVideos");
Route::get('/videoDetail/{alias}',[WebsiteController::class,'videoDetail'])->name("videoDetail");
Route::get('/aboutus/{alias}',[WebsiteController::class,'showAboutus'])->name("showAboutus");
Route::get('/article/{alias}',[WebsiteController::class,'showArtilce'])->name("showArtilce");