@extends('pdf.layout') @section('title', 'Answer Script Distribution List') @section('content') @foreach(array_chunk($script->toArray(), 25) as $chunk) @php $sl = 1; @endphp @include('include.report_header')

NU ANSWER SCRIPT ALLOTMENT TO REGIONAL CENTER {{ $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
SL. EXAMINER CODE & NAME SUBJECT CODE & NAME COURSE CODE & NAME TOTAL PACKET
{{ $sl }} {{ $item['examiner_code'] }}-{{ $item['examiner_name'] }} {{ $item['subject_code'] }}-{{ $item['subject_name'] }} {{ $item['paper_code'] }}-{{ $item['paper_name'] }} {{ $item['total_packet'] }}Distribute To RC AT NU


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