Posts

{{ $post->title }}

{{ Str::limit($post->content, 100) }}

6 12 | @if($post->published_at) Publicado el {{ $post->published_at->format('d/m/Y') }} @else (No publicado) @endif | {{-- Business --}}
Publicado por {{ $post->user->name }}
{!! str($post->content)->sanitizeHtml() !!}