@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 Distribution To NU List For {{ $chunk[0]['exam_name'] }}-{{ $chunk[0]['exam_year'] }}


Regional Name:{{ $chunk[0]['regional_center_name'] }}

@foreach($chunk as $item) @php if($item['nu_received_status'] == 1) { @endphp @php }else if($item['distribute_status'] == 1) { @endphp @php }else { @endphp @php } @endphp @endforeach
CENTER CODE CENTER NAME TOTAL PACKET STATUS
{{ $item['center_code'] }} {{ $item['center_name'] }} {{ $item['total_packet'] }}Received By NU SEND TO NUAT RC


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