This commit is contained in:
2023-12-14 19:34:52 +05:00
parent ec46695821
commit 3d273055e8
7 changed files with 37 additions and 16 deletions

View File

@@ -158,7 +158,7 @@ class CardOrder extends Resource
->rules('required')
->canSeeWhen('systemUser', $this),
Text::make(__('Note'), 'status')
Text::make(__('Note'), 'notes')
->fullWidth()
->canSeeWhen('systemUser', $this),