{{$total_applicants}} registros en total.

Nuevo registro

Agregar varios registros

Importar

Exportar Excel

Generar

Estadísticas Interacciones

Ir a estadísticas

Buscar Registros

{{ csrf_field() }}

Estadísticas por año

Últimos Postulantes

@foreach ($applicants->take(10) as $contacted => $value) @endforeach
Nombre completo Fecha
{{$value->firstname}} {{$value->lastname}} {{$value->lastname2}} {{$value->updated_at->format('d-m-Y')}} Contactar
Registros {{$applicants->count()}}
{{$latest_applicants->count()}} en los últimos 30 días.
Contactados {{$total_contacted_applicants}} @php function porcentaje($total, $parte, $redondear = 2) { if ($total == 0) { return 0; } return round($parte / $total * 100, $redondear); } @endphp
{{porcentaje($applicants->count(), $total_contacted_applicants, 2)}}% del total de registros
Sin contactar {{$total_applicants-$total_contacted_applicants}}
{{porcentaje($applicants->count(), $total_applicants-$total_contacted_applicants, 2)}}% del total de registros
@php use App\Source; $sources = Source::get(); use App\Admission; $admissions = Admission::get(); use App\ApplicantStatus; $statuses = ApplicantStatus::get(); use App\Interests; $interests = Interests::get(); @endphp

Envio de correos masivos

Filtrar destinatarios

{{ csrf_field() }}
@php $fileCount = array(1,2,3); @endphp @foreach ($fileCount as $count)
@endforeach
{{-- envio masivo de mails --}}