@extends('pdf.layout')
@section('title', 'Viva Mark 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 | Name of Examinee | Type |
---|---|---|---|---|---|
{{ $key }} | {{ $item['exam_roll'] }} | {{ $item['reg_no'] }} | {{ $item['session_year'] }} | {{ $item['student_name'] }} | {{ $item['student_type'] }} |