@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
REPORTE DE PRÁCTICAS PROFESIONALES | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Fecha de descarga: {{ $currentDateTime }} | |||||||||||
Folio | Matrícula | Nombre | Correo | Teléfono | Oferta educativa | Grado | Opción aceptada | Fecha de inicio | Fecha de fin | Estatus | Creado el |
{{ $item->id }} | {{ $item->academicRecord->student_number ?? '--' }} | {{ $item->academicRecord->student->full_name ?? '--' }} | {{ $item->academicRecord->email ?? '--' }} | {{ $item->academicRecord->student->telephone ?? '--' }} | {{ $item->academicRecord->curriculum->full_name ?? '--' }} | {{ $item->level ?? '--' }} | {{ $item->aceptedOption->company ?? '--' }} | {{ $item->start_date ?? '--' }} | {{ $item->end_date ?? '--' }} | {{ $item->status ?? '--' }}% | {{ $item->created_at ?? '--' }} |