@use('Carbon\Carbon') @extends('layouts.app') @section('title', $post->title) @section('description', 'Heimerdinger.LoL: ' . $post->description) @section('og_image', $post->thumbnail) @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