REPORTE DE INSCRITOS

Fecha:{{$now}}

Examen Ordinario

@foreach($careers as $career):?> @endforeach
ESCUELA CANTIDAD
{{$career->title}} {{$career->registereds()->where('confirmed','1')->where('type_exam_id','1')->count()}}
Total: {{$registeredsTotal}}

Examen Extraordinario

{{-- @foreach($typeExams as $typeExam){ } @endforeach --}} @foreach($careers as $career){ } @endforeach @foreach($typeExams as $typeExam) @foreach($careers as $career){ } @endforeach @endforeach {{-- @foreach($typeExams as $typeExam) --}} @foreach($careers as $career){ } @endforeach
ESCUELA{{$typeExam->title}}{{$career->title}}TOTAL
{{$typeExam->title}} {{$career->registereds()->where('confirmed','1')->where('type_exam_id',$typeExam->id)->count()}} {{$typeExam->registereds()->where('confirmed','1')->count()}}
Total{{$career->registereds()->where('confirmed','1')->where('type_exam_id','!=','1')->where('type_exam_id', '!=', '9')->count()}}{{$registeredsOtherTotal}}