|string> */ public function rules(): array { return [ 'subscription_expires_at' => ['nullable', 'date'], 'note' => ['nullable', 'string'], ]; } }