3 use Illuminate\Support\Facades\Route;
6 |--------------------------------------------------------------------------
8 |--------------------------------------------------------------------------
10 | Here is where you can register web routes for your application. These
11 | routes are loaded by the RouteServiceProvider within a group which
12 | contains the "web" middleware group. Now create something great!
16 Route::get('/', function () {
17 return view('welcome');