добавляю роут вызова меню с приложениями
This commit is contained in:
@@ -5,3 +5,6 @@ use Illuminate\Support\Facades\Route;
|
|||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
return view('welcome');
|
return view('welcome');
|
||||||
});
|
});
|
||||||
|
Route::get('/menu', function () {
|
||||||
|
return view('menu_start');
|
||||||
|
})->name('magic_menu');
|
||||||
|
|||||||
Reference in New Issue
Block a user