grocy/data_store/viewcache/57fe3959c5e97932a57e2d10e997533fecfd8f71.php
2020-02-18 21:56:36 +00:00

12 lines
510 B
PHP

<?php if(count($userfields) > 0): ?>
<?php $__currentLoopData = $userfields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $userfield): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if($userfield->show_as_column_in_tables == 1): ?>
<th><?php echo e($userfield->caption); ?></th>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
<?php /**PATH /www/views/components/userfields_thead.blade.php ENDPATH**/ ?>