@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'] }}


@foreach($chunk as $item) @endforeach

Examiner's
Code (According to
serial)

Name, Designation, College Address & Online A/C No.
of Examiner

Number of
Script

Number
of
Error

Total
Days of
Delay
(If any)

Only use for
Department of Accounts

Total
Remuneration
(Without Deduction)

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'] }}
Designation: {{ $designation }}
Subject Name: {{ $item['subjects'][0]['subject_name'] }}Sub. Code: {{ $item['subjects'][0]['subject_code'] }}
College Code: {{ $college_code }} College Name: {{ $college_name }}
Dist: {{ $district }}
Name of BankL Sonali Bank Ltd.
Branch Name:
Account No:
TMIS Pin No:

{{ $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

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