@foreach($users as $user) @endforeach
{!! $kind == 'manager' ? 'GERENTE' : 'EJECUTIVO' !!} NO. DE EMPLEADO ASIGNADOS CONTACTADOS CITAS CIERRES PRÉSTAMOS ASIGNADOS VS CONTACTADOS CONTACTADOS VS CIERRES CIERRES VS PRÉSTAMOS
{!! $user->full_name !!} {!! $user->no_emp !!} {!! $user->getAttribute($kind . 'GlobalReportsAssigned')->count() !!} {!! $user->getAttribute($kind . 'GlobalReportsContacted')->count() !!} {!! $user->getAttribute($kind . 'GlobalReportsAppointment')->count() !!} {!! $user->getAttribute($kind . 'GlobalReportsDone')->count() !!} {!! $user->getAttribute($kind . 'GlobalReportsLoan')->count() !!} {!! $user->global_assign_vs_contact!!} {!! $user->global_contact_vs_done!!} {!! $user->global_loan_vs_done!!}