@extends('layout.list') @section('title') {{$arcs['title']}} @endsection @section('top')

文章详情

@endsection @section('content')

{{$arcs['title']}}

{!!$arcs['content']!!}

评论({{getTotalComment($arcs['id'])}})

  • @foreach($comments as $k=>$v)
    {{$v['username']}}

    {!!$v['content']!!}

    @endforeach

发表评论

{{csrf_field()}}
@endsection