@foreach($posts as $post) @php $content = $post->content; @endphp
  • service, $post->id] ) }}" class="go-viewPage">

    {!! $post->title_html !!}

    {{ $post->teacher->name }} 선생님

    {{ $materials[$post->material_type] }}

    {{ date('y.m.d', strtotime($post->created_at)) }}

    조회 {{ number_format($content->views) }}
  • @endforeach