{{ $post->excerpt }}
@endif
{!! $post->content !!}
@if($post->tags->count() > 0)
Mots-clés
@foreach($post->tags as $tag)
{{ $tag->name }}
@endforeach