@foreach ($posts as $post)
{{ $post->name }}

{{ $post->name }}

{{ $post->created_at->translatedFormat('d M, Y') }}

{{ $post->description }}

@endforeach