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