@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'] }}
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'] }} | @php if($item['nu_distribute_status'] == 1) { @endphpDistribute To RC | @php }else { @endphpAT NU | @php } @endphp
NO. OF TOTAL SCRIPT : {{ $total_script_count }}
NO. OF TOTAL PACKET : {{ $total_packet_count }}
Signature & Seal
Date: {{ date('l jS \of F Y') }}