Created At
{{ $communication->created_at->format('F j, Y g:i A') }}
Created By
{{ $communication->creator->name ?? 'N/A' }}
@if($communication->scheduled_send_time)
Scheduled Send Time
{{ $communication->scheduled_send_time->format('F j, Y g:i A') }}
@endif
@if($communication->sent_at)
Sent At
{{ $communication->sent_at->format('F j, Y g:i A') }}
@endif
@if($communication->expires_at)
Expires At
{{ $communication->expires_at->format('F j, Y g:i A') }}
@endif