/** * Display a listing of the resource. * * @return Response */ public function index() { // $goods = Goods::all(); return view('goods.index', ['goods' => $goods]); }