@extends('pdf.layout') @section('title', 'Rescritiny List Rescrutiner Wise') @section('content') @foreach($scriptsArray as $candidate_item) @php $sl = 1; $chunk_size = 25; @endphp @foreach(array_chunk($candidate_item['scripts'], $chunk_size) as $chunk) @include('include.report_header')

Re-scrutiner Wise Re-scrutiny List For {{ $chunk[0]['exam_name'] }}-{{ $chunk[0]['year'] }}



Re-scrutiner Name: {{ $chunk[0]['rescrutiner_name'] }}
Subject Code & Name: {{ $chunk[0]['subject_code'] }} - {{ $chunk[0]['subject_name'] }}
Course Code & Name: {{ $chunk[0]['paper_code'] }} - {{ $chunk[0]['paper_name'] }}



@foreach($chunk as $item) @endforeach
Sl. Head Examiner Code & Name Examiner Code & Name Script Sl. No. Marks After Re-scrutiny Signature of Re-scrutinizer
{{ $sl++ }} {{ $item['head_examiner_code'] }}-{{ $item['head_examiner_name'] }} {{ $item['examiner_code'] }}-{{ $item['examiner_name'] }} {{ $item['script_sl'] }}  
@include('include.generated_on') @include('include.page_break') @endforeach @endforeach @stop