10 lines
476 B
PHP
10 lines
476 B
PHP
<strong>
|
|
<?php $__currentLoopData = $post->tags; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tag): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
|
<?php if($tag->type == 'abteilung'): ?>
|
|
<?php echo e($tag->name); ?> <?php if(!$loop->last): ?> <?php endif; ?>
|
|
<?php endif; ?>
|
|
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
|
</strong>
|
|
<?php echo e(str_limit(strip_tags($post->content), 150, '...')); ?>
|
|
|