@foreach($posts as $post) @php $content = $post->content; $comments = $post->getComments()->get(); $tags = $post->tags ? explode("|", $post->tags) : []; @endphp
{{ $content->title }}
{{ $post->listening }}
{{ $post->reading }}
{{ $post->writing }}
{{ $post->speaking }}
{{ $post->overall }}