created more content pages and added dynamic sidebar to all
This commit is contained in:
@@ -23,4 +23,16 @@ Route::get('/about', function () {
|
||||
|
||||
Route::get('/beef', function() {
|
||||
return view('beef');
|
||||
});
|
||||
|
||||
Route::get('/poultry', function() {
|
||||
return view('poultry');
|
||||
});
|
||||
|
||||
Route::get('/pork', function() {
|
||||
return view('pork');
|
||||
});
|
||||
|
||||
Route::get('/lamb', function() {
|
||||
return view('lamb');
|
||||
});
|
||||
Reference in New Issue
Block a user