Returns view located at
resources/views/pages/about.blade.php
Route::get('/hello', function () {
    return view('pages/about');
});
pages/about
is the same as
pages.about
by Valeri Tandilashvili
4 years ago
Laravel
routes
Laravel From Scratch
0
Pro tip: use ```triple backticks around text``` to write in code fences