{{ $ticket->title }}
@if ($ticket->status !== 2)
@php
$currentUser = Auth::user();
@endphp
@foreach ($replyList as $reply)
@endforeach