{{ $post->title }}
@if($post->featured_image_url)
Tags:
@foreach($post->tags as $tag)
{{ $tag->name }}
@endforeach
@endif
{{-- Share Buttons --}}