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

QUESTION DISTRIBUTION STATEMENT FOR {{ $exam_name }} EXAM - {{ $chunk[0]['exam_year'] }}


Center Code & Name: {{ $data['center_code'] }} {{ $data['center_name'] }}



@foreach($chunk as $item) @php $i++ @endphp @endforeach
SL. Q. SET SUBJECT COURSE NAME COURSE CODE TOTAL QUES PACK DESC # OF PKT
{{ $i }} {{ $item['question_set'] }} {{ $item['subject_code'] }}-{{ $item['subject_name'] }} {{ $item['paper_name'] }} {{ $item['paper_code'] }} {{ $item['allotted_questions'] }} {{ $item['packet_size'] }}X{{ $item['total_packet'] }} {{ $item['total_packet'] }}


Distributed by:____________

Controller of Examinations
National University, Gazipur



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