We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a613152 commit 531651fCopy full SHA for 531651f
resources/views/index.blade.php
@@ -278,6 +278,9 @@ class="inline-flex text-xs"
278
@if (str_contains($rule, 'integer'))
279
<span class="inline-flex items-center justify-center px-2 py-1 text-xs font-bold leading-none text-blue-800 bg-blue-300 rounded">Integer</span>
280
@endif
281
+ @if (str_contains($rule, 'numeric'))
282
+ <span class="inline-flex items-center justify-center px-2 py-1 text-xs font-bold leading-none text-blue-800 bg-blue-300 rounded">Numeric</span>
283
+ @endif
284
@if (str_contains($rule, 'string'))
285
<span class="inline-flex items-center justify-center px-2 py-1 text-xs font-bold leading-none text-green-100 bg-green-500 rounded">String</span>
286
0 commit comments