Added 'Beef' page and introduced dynamic sidebar
This commit is contained in:
@@ -19,4 +19,8 @@ Route::get('/', function () {
|
||||
|
||||
Route::get('/about', function () {
|
||||
return view('about');
|
||||
});
|
||||
|
||||
Route::get('/beef', function() {
|
||||
return view('beef');
|
||||
});
|
||||
Reference in New Issue
Block a user