This commit is contained in:
2024-10-14 14:05:37 +05:00
parent 5cd8123286
commit c2103fd810
3 changed files with 51 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ class CurrencyRate extends Resource
Text::make('Value', 'value')
->fullWidth()
->help('Bitin däl sanlary "." bilen ýazmaly')
->rules('required', 'numeric'),
];
}