@extends('pdf.layout') @section('title', 'Answer Script Summary Subject Wise') @section('content') @php $page = 1 @endphp @php $i = 1 @endphp @foreach($data_array as $data) @foreach(array_chunk($data['ans_script_data']->toArray(), 15) as $chunk) @include('include.report_header')

ANSWER SCRIPT SUMMARY REGIONAL CENTER WISE FOR {{ $chunk[0]['exam_name'] }} EXAM - {{ $chunk[0]['year'] }}


Subject Code & Name: {{ $data['subject_code'] }}-{{ $data['subject_name'] }}


@foreach($chunk as $item) @php $i++ @endphp @endforeach
SL. COURSE NAME COURSE CODE # OF PKT
{{ $i }} {{ $item['paper_name'] }} {{ $item['paper_code'] }} {{ $item['no_of_packet'] }}


Distributed by:____________

Controller of Examinations
National University, Gazipur

@endforeach

_____________
VERIFIED BY

Page {{ $page }} @php $page++ @endphp

Date: {{ date('d/m/Y') }}

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