|  |  | @ -43,7 +43,9 @@ class _RegisterNew extends State<RegisterNewStep2> { | 
			
		
	
		
		
			
				
					
					|  |  |  |   @override |  |  |  |   @override | 
			
		
	
		
		
			
				
					
					|  |  |  |   Widget build(BuildContext context) { |  |  |  |   Widget build(BuildContext context) { | 
			
		
	
		
		
			
				
					
					|  |  |  |     AppState appState = getIt.get<AppState>(); |  |  |  |     AppState appState = getIt.get<AppState>(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     var name = appState.getLanguageCode() == "en" |  |  |  | 
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     // TODO: to be checked with yakeen data | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     var name = authVM!.isUserFromUAE() ? "" : appState.getLanguageCode() == "en" | 
			
		
	
		
		
			
				
					
					|  |  |  |         ? ("${appState.getNHICUserData.firstNameEn!.toUpperCase()} ${appState.getNHICUserData.lastNameEn!.toUpperCase()}") |  |  |  |         ? ("${appState.getNHICUserData.firstNameEn!.toUpperCase()} ${appState.getNHICUserData.lastNameEn!.toUpperCase()}") | 
			
		
	
		
		
			
				
					
					|  |  |  |         : ("${appState.getNHICUserData.firstNameAr!.toUpperCase()} ${appState.getNHICUserData.lastNameAr!.toUpperCase()}"); |  |  |  |         : ("${appState.getNHICUserData.firstNameAr!.toUpperCase()} ${appState.getNHICUserData.lastNameAr!.toUpperCase()}"); | 
			
		
	
		
		
			
				
					
					|  |  |  |     return Scaffold( |  |  |  |     return Scaffold( | 
			
		
	
	
		
		
			
				
					|  |  | 
 |