{{$ticket->title}}
@if($ticket->status != 2) @endif
@component('components.chatUnit',['ticket'=>$ticket])@endcomponent
@foreach ($replyList as $reply)
@component('components.chatUnit',['ticket'=>$reply])@endcomponent
@endforeach