{{ $post->title }}

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