Geändert: Fehlerbehebungen: - Bei der Vorschau von Posts werden Umlaute jetzt korrekt angezeigt.
9 lines
208 B
PHP
9 lines
208 B
PHP
<strong>
|
|
@foreach($post->tags as $tag)
|
|
@if($tag->type == 'abteilung')
|
|
{{ $tag->name }} @if(!$loop->last) @endif
|
|
@endif
|
|
@endforeach
|
|
</strong>
|
|
{!! str_limit(strip_tags($post->content), 150, '...') !!}
|