@foreach($article_categorys as $k=>$v) @foreach($article[$v->id] as $row)
{{date('d',strtotime($row['published_at']))}}日{{date('m',strtotime($row['published_at']))}}月

{{$row['title']}}

分享連結
{!!$row['content']!!}
@endforeach @endforeach