1
0
forked from poc/pds

Import Fun Completed and Sticker Master

This commit is contained in:
dhanabalan
2025-03-28 16:52:40 +05:30
parent ef4504155a
commit e46f290fd1
47 changed files with 1317 additions and 335 deletions

View File

@@ -31,7 +31,7 @@ class CompanyResource extends Resource
Forms\Components\TextInput::make('name')
->required()
//->citext('name')
->unique()
->unique(ignoreRecord: true)
->columnSpanFull(),
]);
}