{{ Carbon::parse($post->date)->format('F d, Y') }}
“{{ $post->title }}”
“{{ $post->description }}”
{{ $post->contents }}
Tagged with: {{ isset($post->tags) ? implode(', ', $post->tags) : 'League of Legends' }}
{{ $post->contents }}
Tagged with: {{ isset($post->tags) ? implode(', ', $post->tags) : 'League of Legends' }}