Dashboard / Post #{{ $post->id }}

Título: {{ $post->title }}

url: {{ $post->slug }}

@csrf @method('DELETE')
{!! $post->content !!}