{{ $post->title }}

@auth @endauth
{{ \Carbon\Carbon::parse($post->published_at)->format('F d, Y') }} {{ number_format($post->views) }} views min read @if(isset($post->category)) {{ $post->category }} @endif
{!! $post->content !!}
@if(isset($post->tags) && !empty($post->tags))
@foreach(explode(',', $post->tags) as $tag) #{{ trim($tag) }} @endforeach
@endif
Share: