- {{ 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->title }} +
+ + @if($post->description) ++ {{ $post->description }} +
+ @endif + + @if($post->thumbnail) +Topics
+Heimerdinger.LoL
+Your ultimate source for League of Legends news, guides, and tools. Bringing you the smartest updates from the Rift.
+{{ $previous->title }}
+ + @else + + @endif + + @if($next) + + Next Post → +{{ $next->title }}
+ + @endif +Read Next
++ {{ $relatedPost->title }} +
++ {{ $relatedPost->description }} +
+ Read Article → + + @endforeach +