@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); $days = [ 'Monday' => 'Lunes', 'Tuesday' => 'Martes', 'Wednesday' => 'Miércoles', 'Thursday' => 'Jueves', 'Friday' => 'Viernes', 'Saturday' => 'Sábado', 'Sunday' => 'Domingo', ]; @endphp
{{ config_intranet('full_name') }} |
|||||||||
---|---|---|---|---|---|---|---|---|---|
REPORTE DE JUSTIFICACIONES | |||||||||
{{ $cuts_payroll->name }} | |||||||||
Fecha de descarga: {{ $currentDateTime }} |
Docente | Categoría | Clase | Fecha | Día | Horas de clase | Tipo | Horas justificadas | Tabulador | Motivo |
---|---|---|---|---|---|---|---|---|---|
{{ $justify->teacher->username }} | {{ $justify->category_justify }} | {{ $justify->schedule->class->name }} | {{ $justify->justify_date }} | {{ $days[$justify->schedule->day] ?? $justify->schedule->day }} | {{ $justify->schedule->start }} -- {{ $justify->schedule->end }} | {{ $justify->is_additional ? 'Adicional' : 'Justificación' }} | {{ $justify->hours }} | {{ $justify->tabulator_amount }} | {{ $justify->justifique }} |