mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 10:46:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			176 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @if(count($userfields) > 0)
 | |
| 
 | |
| @foreach($userfields as $userfield)
 | |
| 
 | |
| @if($userfield->show_as_column_in_tables == 1)
 | |
| <th>{{ $userfield->caption }}</th>
 | |
| @endif
 | |
| 
 | |
| @endforeach
 | |
| 
 | |
| @endif
 |