'success']; } /** * Display the specified resource. * * @param \App\GoodsNeateningExcel $goodsNeateningExcel * @return \Illuminate\Http\Response */ public function show(GoodsNeateningExcel $goodsNeateningExcel) { // } /** * Show the form for editing the specified resource. * * @param \App\GoodsNeateningExcel $goodsNeateningExcel * @return \Illuminate\Http\Response */ public function edit(GoodsNeateningExcel $goodsNeateningExcel) { // } /** * Update the specified resource in storage. * * @param \Illuminate\Http\Request $request * @param \App\GoodsNeateningExcel $goodsNeateningExcel * @return \Illuminate\Http\Response */ public function update(Request $request, GoodsNeateningExcel $goodsNeateningExcel) { // } /** * Remove the specified resource from storage. * * @param \App\GoodsNeateningExcel $goodsNeateningExcel * @return \Illuminate\Http\Response */ public function destroy(GoodsNeateningExcel $goodsNeateningExcel) { // } }