@extends('layouts.base') @section('content') @section('title', trans('商品评论回复'))
回复评价
@if($comment['level']>=1) @else @endif @if($comment['level']>=2) @else @endif @if($comment['level']>=3) @else @endif @if($comment['level']>=4) @else @endif @if($comment['level']>=5) @else @endif
{{$comment['content']}}
@foreach(unserialize($comment['images']) as $img) @endforeach
@include('goods.comment.tpl-reply',['replyData'=>$comment['has_many_reply']])
{{--回复记录--}} @include('goods.comment.tpl-reply',['replyData'=>$comment['has_many_append']])
{!! app\common\helpers\ImageHelper::tplFormFieldMultiImage('reply[reply_images]','') !!}
@endsection