@php $tenantsCount = $row->tenants->count(); @endphp @if($tenantsCount > 0) {{ $tenantsCount }} {{ Str::plural(__('Tenant'), $tenantsCount) }} @endif