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

NU Answer Script Distribute To Regional Center List For {{ $chunk[0]['exam_name'] }}-{{ $chunk[0]['exam_year'] }}

@foreach($chunk as $item) @php if($item['nu_distribute_status'] == 1) { @endphp @php }else { @endphp @php } @endphp @endforeach
EXAMINER CODE EXAMINER NAME COURSE CODE COURSE NAME TOTAL SCRIPT PACKET SIZE TOTAL PACKET STATUS
{{ $item['examiner_code'] }} {{ $item['examiner_name'] }} {{ $item['paper_code'] }} {{ $item['paper_name'] }} {{ $item['total_script'] }} {{ $item['packet_size'] }} {{ $item['total_packet'] }}Distribute To RC AT NU
@include('include.page_break') @endforeach

NO. OF TOTAL SCRIPT : {{ $total_script_count }}
NO. OF TOTAL PACKET : {{ $total_packet_count }}




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

@stop