*/ public function rules() { return [ 'status' => 'required|string', 'price' => 'required|numeric', 'qty' => 'required|numeric' ]; } }