{!! $kind == 'manager' ? 'GERENCIA' : 'EJECUTIVO' !!} | NO. DE EMPLEADO | ASIGNADOS | CONTACTADOS | CITAS | CIERRES | PRÉSTAMOS | ASIGNADOS VS CONTACTADOS | CONTACTADOS VS CIERRES | CIERRES VS PRÉSTAMOS | |
---|---|---|---|---|---|---|---|---|---|---|
{!! $item->full_name !!} | {!! $item->no_emp !!} | {!! $item->name !!} | {!! $item->globalReportsAssigned->count() !!} | {!! $item->globalReportsContacted->count() !!} | {!! $item->globalReportsAppointment->count() !!} | {!! $item->globalReportsDone->count() !!} | {!! $item->globalReportsLoan->count() !!} | {!! $item->global_assign_vs_contact!!} | {!! $item->global_contact_vs_done!!} | {!! $item->global_loan_vs_done!!} |