|string> */ public function rules(): array { return [ 'quantity' => 'required|integer|min:1', 'note' => 'required|string', ]; } }