回复 {{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($attachment['rows'])
@include('attachment/show')
@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['attachment']) {{'';$attachment = $row['attachment']}}
@include('attachment/show')
@endif
@endforeach
@endif
发表回复
{{'';$attachment = $attachment_comment}} @include('attachment/create')
{{ueditor('content')}}
返回