@extends('pdf.layout') @section('title', 'Answer Script Distribution') @section('content') @foreach(array_chunk($script->toArray(), 35) as $chunk) @include('include.report_header')

Examiner Answer Script Collection From Regional Center For {{ $chunk[0]['exam_name'] }}-{{ $chunk[0]['exam_year'] }}


@foreach($chunk as $item) @endforeach
EXAMINER CODE EXAMINER NAME COURSE CODE COURSE NAME TOTAL SCRIPT PACKET SIZE TOTAL PACKET
{{ $item['examiner_code'] }} {{ $item['examiner_name'] }} {{ $item['paper_code'] }} {{ $item['paper_name'] }} {{ $item['total_script'] }} {{ $item['packet_size'] }} {{ $item['total_packet'] }}


Signature & Seal
Date: {{ date('l jS \of F Y') }}



@include('include.generated_on') @include('page_break') @endforeach @stop