changes
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user