{!! $post->content !!}
@if($post->tags->isNotEmpty())
برچسبها:
@foreach($post->tags as $tag)
{{ $tag->name }}
@endforeach
@endif