Here are my routes in web.php
Route::get(\'/\', function () { return view(\'web.index\');
})->name(\'index\');
Route::get(\'/shop\