{{ $post->title }}
{{ Str::limit($post->excerpt, 120) }}
{{ $post->published_at->format('d/m/Y') }}
@foreach($post->categories as $cat)
{{ $cat->name }}
@endforeach