{{ config_intranet('full_name') }} | |||||||||
---|---|---|---|---|---|---|---|---|---|
REPORTE DE FALTAS POR DOCENTE | |||||||||
NÚMERO DE EMPLEADO | NOMBRE | CARRERA | MATERIA | GRUPO | FECHA | HORARIO | JUSTIFICADO | CATEGORIA DE JUSTIFICACION | MOTIVO DE JUSTIFICACION |
{{ $item->no_employe }} | {{ $item->full_name }} | {{ $item->career }} | {{ $item->class_name }} | {{ $item->school_grade }} | {{ $item->date }} | {{ __('messages.' . $item->day) . ' ' . $item->schedule }} | {{ !!$item->justify ? 'Si' : 'No' }} | {{ !!$item->justify ? $item->justify->category_justify : '' }} | {{ !!$item->justify ? $item->justify->justifique : '' }} |