{{ $post->title }}
@lang('admin.tags')
@foreach ($post->tags as $tag)
{{ $tag->name }}
@endforeach
@endif