@foreach ($posts as $post) @php $content = $post->content(); $speaking = $post->speaking(); @endphp
{{ htmlspecialchars_decode($content->content, ENT_QUOTES) }}
@if ($post->getAttachments()->count() > 0) @foreach ($post->getAttachments() as $attachment) @endforeach @endif{{ $speaking->title }}