@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'] }}
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'] }} | @php if($item['nu_distribute_status'] == 1) { if($item['rc_receive_status'] == 1) { @endphpReceived By RC | @php }else{ @endphpAT RC | @php } }@endphp @php if($item['rc_distribute_status']){@endphpDistribute To Examiner | @php }else{@endphpNot Distribute To Examiner | @php } @endphp