@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['publish_department']}}
- {{date('Y-m-d', strtotime($row['published_at']))}}
{!!$row['content']!!}
@endforeach
@endforeach