{{ ucfirst(is_object($communication->direction) ? $communication->direction->value : $communication->direction) }}
{{ ucfirst(is_object($communication->channel) ? $communication->channel->value : $communication->channel) }}
{{ optional($communication->started_at)?->format('d M H:i') }}
@if($communication->preview)
{{ $communication->preview }}
@endif
@if($communication->call)
{{ $communication->call->from_number }} → {{ $communication->call->to_number }}
@endif
@if($communication->recordings->isNotEmpty())
Recording available
@endif
No recent calls yet.