@use('Carbon\Carbon') @extends('layouts.app') @section('title', $post->title . ' • Heimerdinger.LoL') @section('description', 'Heimerdinger.LoL: ' . $post->description) @push('meta_tags') @endpush @section('content') Back to posts
{{$post->title}} Thumbnail

“{{$post->title}}”

“{{ $post->description }}”

{{$post->contents}}

Tagged with: {{ isset($post->tags) ? implode(', ', $post->tags) : 'League of Legends' }}

@endsection