@if($picture) @endif

{{ $post->getAttr('name') }}

@if($post->getAttr('short_content'))

{{ $post->getAttr('short_content') }}

@endif
{{ $post->post_date }}
@if(!empty($pictures))
@foreach($pictures as $p)
{{ $p->getAttr('alt') }}
@endforeach
@endif
{!! nl2br($post->getAttr('content')) !!}
@if(!$otherPosts->isEmpty())
{{ translate('autres_articles') }}
@foreach($otherPosts as $p) @include('partials.post-item', compact('p')) @endforeach
@endif