fixing bugs

This commit is contained in:
2026-02-16 15:09:41 +01:00
parent c39b8085af
commit fb1c28a0ba
14 changed files with 238 additions and 19 deletions

View File

@@ -74,19 +74,16 @@ public function fields(NovaRequest $request): array
Text::make('Job Title', 'job_title')
->sortable()
->filterable()
->copyable()
->readonly(),
->copyable(),
Text::make('Department')
->sortable()
->filterable()
->copyable()
->readonly(),
->copyable(),
Text::make('Phone')
->sortable()
->copyable()
->readonly(),
->copyable(),
Password::make('Password')
->onlyOnForms()