@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
{{ config_intranet('full_name') }} | |||||||
---|---|---|---|---|---|---|---|
REPORTE DE FALTAS POR DOCENTES | |||||||
Fecha de descarga: {{ $currentDateTime }} |
N° docente | Docente | Total de clases | Total de avances programaticos cargados | Porcentage avances programaticos cargados | Total de horas | Total de faltas | Porcentaje de faltas | Coordinación |
---|---|---|---|---|---|---|---|---|
{{ $item['no_employe'] }} | {{ $item['teacher_name'] }} | {{ $item['count_class'] }} | {{ $item['attendance_topics'] }} | {{ $item['percentage_attendances'] / 100 }} | {{ $item['total_hours'] }} | {{ $item['hours_faults'] }} | {{ $item['percentage_faults'] / 100 }} | {{ collect($item['coordination'])->join(' || ') }} | {{-- @dd($item) --}}