Fecha:{{$now}}
Examen Ordinario
| ESCUELA | CANTIDAD |
| {{$career->title}} | {{$career->registereds()->where('confirmed','1')->where('type_exam_id','1')->count()}} |
| Total: | {{$registeredsTotal}} |
Examen Extraordinario
| ESCUELA | {{-- @foreach($typeExams as $typeExam){{{$typeExam->title}} | } @endforeach --}} @foreach($careers as $career){{{$career->title}} | } @endforeachTOTAL |
| {{$typeExam->title}} | @foreach($careers as $career){{{$career->registereds()->where('confirmed','1')->where('type_exam_id',$typeExam->id)->count()}} | } @endforeach{{$typeExam->registereds()->where('confirmed','1')->count()}} | |
| Total | {{-- @foreach($typeExams as $typeExam) --}} @foreach($careers as $career){{{$career->registereds()->where('confirmed','1')->where('type_exam_id','!=','1')->where('type_exam_id', '!=', '9')->count()}} | } @endforeach{{$registeredsOtherTotal}} |