@vite(['resources/css/app.css'])
Jetzt starten
@if ($post->featured_image) {{ $post->title }} @endif

{{ $post->title }}

{{ $post->excerpt }}

Veröffentlicht am {{ $post->published_at->format('d.m.Y') }}

{!! $post->content !!}

Kategorien:

@foreach ($post->categories as $category) {{ $category->name }} @endforeach

Tags:

@foreach ($post->tags as $tag) #{{ $tag->name }} @endforeach