|  |  |  | @ -79,6 +79,10 @@ class AssetDetailCardView extends StatelessWidget { | 
		
	
		
			
				|  |  |  |  |                   '${context.translation.supplier}:  ${assetInventoryModel.supplierName ?? ''}', | 
		
	
		
			
				|  |  |  |  |                   style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120), | 
		
	
		
			
				|  |  |  |  |                 ), | 
		
	
		
			
				|  |  |  |  |                 Text( | 
		
	
		
			
				|  |  |  |  |                   '${'Classifications'.addTranslation}:  ${assetInventoryModel.status ?? ''}', | 
		
	
		
			
				|  |  |  |  |                   style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120), | 
		
	
		
			
				|  |  |  |  |                 ), | 
		
	
		
			
				|  |  |  |  |                 Text( | 
		
	
		
			
				|  |  |  |  |                   '${'Remarks'.addTranslation}:  ${assetInventoryModel.remarks ?? ''}', | 
		
	
		
			
				|  |  |  |  |                   style: AppTextStyles.bodyText.copyWith(color: context.isDark ? AppColor.neutral10 : AppColor.neutral120), | 
		
	
	
		
			
				
					|  |  |  | 
 |