@vite(['resources/css/app.css'])
Jetzt starten

{{ $post->title }}

Von {{ $post->author->name ?? 'Fotospiel Team' }} | {{ $post->published_at->format('d.m.Y') }}

@if ($post->featured_image) {{ $post->title }} @endif
{!! $post->content !!}
Zurück zum Blog