| 
				
			 | 
			
			
				@@ -55,7 +55,7 @@ class ProjectController extends Controller 
			 | 
		
	
		
			
			| 
				55
			 | 
			
				55
			 | 
			
			
				             $result["list"][] = [ 
			 | 
		
	
		
			
			| 
				56
			 | 
			
				56
			 | 
			
			
				                 "id" => $project->id, 
			 | 
		
	
		
			
			| 
				57
			 | 
			
				57
			 | 
			
			
				                 "region_id" => $project->region_id, 
			 | 
		
	
		
			
			| 
				58
			 | 
			
				
			 | 
			
			
				-                "region" => $project->regtion->getTranslation("name", $locate), 
			 | 
		
	
		
			
			| 
				
			 | 
			
				58
			 | 
			
			
				+                "region" => $project->region->getTranslation("name", $locate), 
			 | 
		
	
		
			
			| 
				59
			 | 
			
				59
			 | 
			
			
				                 "address" => $project->getTranslation("address", $locate), 
			 | 
		
	
		
			
			| 
				60
			 | 
			
				60
			 | 
			
			
				                 "tags" => $project->tags->pluck('name', 'id')->all(), 
			 | 
		
	
		
			
			| 
				61
			 | 
			
				61
			 | 
			
			
				                 "name" => $project->getTranslation("name", $locate), 
			 |