Your conversation feed 💬
@if (!empty($ticket->comments->first())) @foreach($ticket->comments as $comment)
@if ($comment->user->manager) @else @endif
{{ $comment->user->firstname }} on {{ $comment->created_at->format('Y-m-d') }}: {{ $comment->user->firstname }} on {{ $comment->created_at->format('Y-m-d') }}:
@if ($comment->user->manager) @else @endif
{{ $comment->comment }}
{{ $comment->comment }}
@endforeach @else

You have not started any conversation for this ticket for now.
Write a message to start the conversation.

@endif