Registrador : {{$user->name}} Del {{$request->from}} al {{$request->to}}
| ESCUELA | @foreach($careers as $career){{{$career->title}} | } @endforeachTOTAL |
| {{$typeExam->title}} | @foreach($careers as $career){{{$career->registereds()->where('confirmed','1')->where('recorder_id',$user->id)->whereBetween('registration_date', [$request->from, $request->to])->where('type_exam_id',$typeExam->id)->count()}} | } @endforeach{{$typeExam->registereds()->where('confirmed','1')->where('recorder_id',$user->id)->whereBetween('registration_date', [$request->from, $request->to])->count()}} |
| TOTAL | {{-- @foreach($typeExams as $typeExam) --}} @foreach($careers as $career){{{$career->registereds()->where('confirmed','1')->where('recorder_id',$user->id)->whereBetween('registration_date', [$request->from, $request->to])->count()}} | } @endforeach{{$registeredsTotal}} |