@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
REPORTE DE DOCUMENTOS DE PRACTICAS | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Fecha de descarga: {{ $currentDateTime }} | |||||||||||||||||
Nombre | Telefono | Curricula | Grado | Numero de registro | Domicilio | Opción 1 | Opción 2 | Opción 3 | Cycle | AssignCart | AcceptCart | BimestrialReport1 | BimestrialReport2 | BimestrialReport3 | FinalReport | FinalCart | |
{{ $student->name }} | {{ $student->email }} | {{ $student->phone }} | {{ $student->curriculum->name }} | {{ $student->level }} | {{ $student->registration_number }} | {{ $student->address }} | {{ $student->option1 }} | {{ $student->option1 }} | {{ $student->option1 }} | {{ $student->cycle }} | {{ $student->assignCart ? \URL::to(\Storage::url($student->assignCart)) : '' }} | {{ $student->acceptCart ? \URL::to(\Storage::url($student->acceptCart)) : '' }} | {{ $student->bimestrialReport1 ? \URL::to(\Storage::url($student->bimestrialReport1)) : '' }} | {{ $student->bimestrialReport2 ? \URL::to(\Storage::url($student->bimestrialReport2)) : '' }} | {{ $student->bimestrialReport3 ? \URL::to(\Storage::url($student->bimestrialReport3)) : '' }} | {{ $student->finalReport ? \URL::to(\Storage::url($student->finalReport)) : '' }} | {{ $student->finalCart ? \URL::to(\Storage::url($student->finalCart)) : '' }} |