This is a writer
@php $titles = $item->bios->pluck('title'); @endphp @if ($titles->isNotEmpty()) Bios: {{ $titles->sort()->join(', ') }} @else No bios @endif