@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')
Center Code & Name: {{ $data['center_code'] }} {{ $data['center_name'] }}
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'] }} | @php $i++ @endphp
Distributed by:____________
Controller of Examinations
National University, Gazipur