update($request->validated()); flash(translate('Attribute value has been updated successfully'))->success(); return back(); } /** * Remove the specified resource from storage. * * @param int $id * @return \Illuminate\Http\Response */ public function destroy(AttributeValue $attribute_value) { } }