label('Kembali') ->url(ListIssueManagements::getUrl()) ->outlined() ->color('secondary'), ]; } protected function getCreatedNotification(): ?Notification { return CheerfulNotification::create(); } protected function getRedirectUrl(): string { return $this->getResource()::getUrl('index'); } }