@if ($e->photoUrl())
@else
{{ strtoupper(substr($e->first_name, 0, 1)) }}
@endif
{{ $e->fullName() }}
{{ $e->position ?: 'Profesional' }}
{{ $e->is_active ? 'Activo' : 'Inactivo' }}
{{ $e->services->count() }} {{ $e->services->count() === 1 ? 'servicio' : 'servicios' }}
{{ $e->email ?? $e->phone ?? 'Sin contacto registrado' }}