← {{ __('Back to Blog') }}
@if ($post->featuredImageUrl()) {{ $post->name }} @endif
@if ($post->helpCategory)

{{ $post->helpCategory->name }}

@endif

{{ $post->name }}

{{ $post->created_at->format('F j, Y') }}

{!! $post->content !!}
@if (!empty($post->tag_list))
@foreach ($post->tag_list as $tag) {{ $tag }} @endforeach
@endif