@extends('admin.layout') @section('content')
动态列表
@foreach($list as $item)
@foreach($item->comms as $comm)
@endforeach
@endforeach
@endsection