回复 {{sizeof($rows)}}   查看 {{$post->hit}}
{{$post->title}}
@if(Auth::id() == $post->add_user_id || is_admin()) @endif 由 {{get_user($post->add_user_id, 'name')}}   @datetime($post->add_time)
{{$post->content}} @if($attachList['view'])
@include('attachment/view')
@endif
@if($rows)
回复列表
@foreach($rows as $row)
@if(Auth::id() == $row->add_user_id || is_admin()) @endif 由 {{get_user($row->add_user_id, 'name')}}   @datetime($row->add_time)
{{$row->content}} @if($row['attach'])
{{'';$attachList['view'] = $row['attach']}} @include('attachment/view')
@endif
@endforeach
@endif
发表回复
{{'';$attachList = $attachment}} @include('attachment/add')
{{ueditor('content')}}
返回