@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp TOTAL DE HORAS DE MATERIAS
{{ config_intranet('full_name') }}
REPORTE DE TOTAL DE HORAS DE MATERIAS
Fecha de descarga: {{ $currentDateTime }}
@foreach ($data['report'] as $item) {{-- --}} @foreach ($item['subjects'] as $subject) @endforeach @endforeach
Materia Oferta educativa Coordinación Total de horas en catálogo Total de horas actuales Diferencia Número de horarios Estatus
{{ $item['curriculum'] }}
{{ $subject['full_name'] ?? '-' }} {{ $item['curriculum'] ?? '-' }} {{ $item['coordination'] ?? '-' }} {{ $subject['max_hours'] ?? '-' }} {{ $subject['total_hours'] ?? '-' }} {{ $subject['difference'] ?? '-' }} {{ $subject['schedule_count'] ?? '-' }} {{ $subject['status'] ?? '-' }}
{{-- @php(dd($data)) --}}