|string> */ public function rules(): array { return [ 'notes' => 'required|string|max:2000' ]; } }