['required', 'numeric', 'not_in:0'], 'remark' => ['nullable', 'string', 'max:500'], ]; } public function messages(): array { return [ 'quantity.required' => __('error.stock.adjustment_qty_required'), 'quantity.not_in' => __('error.stock.adjustment_qty_zero'), ]; } }