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