Test-Laravel-Routes
Test-Laravel-Routes copied to clipboard
facing not found
Hi, where I'm wrong
Route::get('pages/about',function () {
return view('about');
})->name(name:'about');
I'm facing just 404