['required', 'string', 'max:500'], ]; } public function attributes(): array { return [ 'reason' => __('validation.attributes.cancel_reason'), ]; } }