|
@@ -19,3 +19,7 @@ Route::get('/', function () {
|
|
Route::get('/single-blog', function () {
|
|
Route::get('/single-blog', function () {
|
|
return view('home.single-blog');
|
|
return view('home.single-blog');
|
|
});
|
|
});
|
|
|
|
+
|
|
|
|
+Route::get('/category-blog', function () {
|
|
|
|
+ return view('home.category-blog');
|
|
|
|
+});
|