['required', 'string', 'max:500'], ]; } /** * @return array */ public function attributes(): array { return [ 'reason' => 'alasan penolakan', ]; } }