public static function getModelLabel(): string { if (auth()->user()->isHrAdmin()) { return __('Appraisal Investment'); } return __('Appraisal Request'); }
© 2026 Hedgehog Software, LLC