@extends('pdf.layout')
@section('title', 'Practical Wanting List')
@section('content')
@foreach($candidate_array as $candidate_item)
@php
$key = 1;
$chunk_size = 20;
@endphp
@foreach(array_chunk($candidate_item['student_list'], $chunk_size) as $chunk)
@include('include.report_header')
SL | Exam Roll | Reg. No. | Session | Type | Name of Examinee |
---|---|---|---|---|---|
{{ $key }} | {{ $item['exam_roll'] }} | {{ $item['reg_no'] }} | {{ $item['session_year'] }} | {{ $item['student_type'] }} | {{ $item['student_name'] }} |