Created: {{ $communication->created_at->format('M j, Y g:i A') }}
Last Updated: {{ $communication->updated_at->format('M j, Y g:i A') }}
Created By: {{ $communication->user->name ?? 'Unknown' }}
@if($communication->replies->count() > 0)
Replies: {{ $communication->replies->count() }}
@endif
@if($communication->parent)
Reply To:
{{ $communication->parent->subject }}
@endif