getCreateFormAction()->formId('form'), ]; } protected function getFormActions(): array { return []; } protected function handleRecordCreation(array $data): Model { $data['uuid'] ??= Str::uuid()->toString(); return parent::handleRecordCreation($data); } }