[ "label" => "ClientePrecios.nombre", "rules" => "trim|max_length[100]", ], ]; protected $validationMessages = [ "nombre" => [ "max_length" => "ClientePrecios.validation.max_length", ], ]; }