@props(['post']) {{ $post->title }}

{{ $post->created_at->format('j M Y') }}

{{ $post->title }}

{{ Str::words(strip_tags($post->content), 20) }}

Read More