@extends('pdf.layout')
@section('title', 'Examiner Scrutinize Script')
@section('content')
@foreach($data_array as $data_item)
@php
$chunk_size = 2;
@endphp
@foreach(array_chunk($data_item['examiners']->toArray(), $chunk_size) as $chunk)
@include("include.report_header")
Statement of Total Examiner Scrutinize Script For Masters Final-{{ $data_item['year'] }}
Subject: {{ $data_item['subjects'][0]['code'] }}-{{ $data_item['subjects'][0]['title'] }}
Course: {{ $data_item['papers'][0]['code'] }}-{{ $data_item['papers'][0]['title'] }}
Examiner's |
Name, Designation, College Address & Online A/C No. |
Number of |
Number |
Total |
Only use for |
||||
Total |
Bill No. |
||||||||
{{ $item['examiner_code'] }} / {{ $item['tims_id'] }} |
@php
if( isset($item['details']['designation_name']) && isset($item['details']['college_code']) && isset($item['details']['college_name']) && isset($item['details']['district_name']) ){
$designation = $item['details']['designation_name'];
$college_code = $item['details']['college_code'];
$college_name = $item['details']['college_name'];
$district = $item['details']['district_name'];
}else{
$designation = ' ';
$college_code = ' ';
$college_name = ' ';
$district = ' ';
}
@endphp
Name: {{ $item['examiner_name'] }} |
{{ $item['total_scan_qty'] }} | {{ $item['number_of_error'] }} | {{ $item['total_day_of_delay'] }} |
Signature of Head Examiner:___________________________
Name: {{ $data_item['examiner_name'] }}
Subject: {{ $data_item['subjects'][0]['title'] }}Sub. Code: {{ $data_item['subjects'][0]['code'] }}
Head Examiner Code: {{ $data_item['examiner_code'] }}
Section Officer
Section Officer
Section Officer
Section Officer