Laravel - Basics and Architecture
What will be the output when you visit the root URL if your
routes/web.php contains:Route::get('/', function () {
return view('welcome');
});