find($id); return view('product', compact['productID']); }); Route::get('/item/{id}', function () { return view('item'); });