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