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

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

@foreach($chunk as $item) @php if($item['nu_distribute_status'] == 1) { if($item['rc_receive_status'] == 1) { @endphp @php }else{ @endphp @php } }@endphp @php if($item['rc_distribute_status']){@endphp @php }else{@endphp @php } @endphp @endforeach
EXAMINER CODE EXAMINER NAME COURSE CODE COURSE NAME TOTAL SCRIPT PACKET SIZE TOTAL PACKET STATUS DISTRIBUTE STATUS
{{ $item['examiner_code'] }} {{ $item['examiner_name'] }} {{ $item['paper_code'] }} {{ $item['paper_name'] }} {{ $item['total_script'] }} {{ $item['packet_size'] }} {{ $item['total_packet'] }}Received By RCAT RCDistribute To ExaminerNot Distribute To Examiner


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