2019-04-22 22:16:35 +02:00
|
|
|
@if(count($userfields) > 0)
|
|
|
|
|
|
|
|
@foreach($userfields as $userfield)
|
|
|
|
|
|
|
|
@if($userfield->show_as_column_in_tables == 1)
|
2019-04-23 09:06:18 +02:00
|
|
|
<th>{{ $userfield->caption }}</th>
|
2019-04-22 22:16:35 +02:00
|
|
|
@endif
|
|
|
|
|
|
|
|
@endforeach
|
|
|
|
|
|
|
|
@endif
|