@props([ 'timeline', 'leadId', 'perPage' => 10, ]) @php use App\Models\Lead; $attributeNames = (new \ReflectionClass(Lead::class)) ->getStaticProperties()['attributeNames'] ?? []; $hasMoreInitial = count($timeline) == $perPage; $lastActivityId = $timeline->last() ? $timeline->last()['id'] : null; @endphp
Aún no hay actividad registrada para este Lead.
Cargando...