getResource()::getUrl('index'); } protected function getCreatedNotificationTitle(): ?string { return __('awards.created_successfully') ?? 'Ödül başarıyla eklendi.'; } protected function afterCreate(): void { TranslationTabs::saveTranslations($this->record, $this->form->getState()); } }