@if ($post->tag)
{{ __('Tags:') }}
@foreach (explode(',', $post->tag) as $tag) {{ $tag }} @endforeach
@endif
{{ __('Share on') }}