@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'] }}
CENTER CODE | CENTER NAME | TOTAL PACKET | STATUS | ||
---|---|---|---|---|---|
{{ $item['center_code'] }} | {{ $item['center_name'] }} | {{ $item['total_packet'] }} | @php if($item['nu_received_status'] == 1) { @endphpReceived By NU | @php }else if($item['distribute_status'] == 1) { @endphpSEND TO NU | @php }else { @endphpAT RC | @php } @endphp