getResource()::getUrl('index'); } protected function getCreatedNotificationTitle(): ?string { return __('company_history.created_successfully'); } protected function mutateFormDataBeforeCreate(array $data): array { if (empty($data['position'])) { $data['position'] = null; } unset($data['color_custom']); return $data; } protected function afterCreate(): void { TranslationTabs::saveTranslations($this->record, $this->form->getState()); } }