@if(isset($conversations))
@foreach($conversations as $conv)
{{ $conv->external_number }}
@if($conv->unread_count > 0)
{{ $conv->unread_count }}
@endif
{{ $conv->messages->first()?->body ?? 'No messages yet' }}
{{ $conv->last_message_at?->diffForHumans() }}