@extends('pdf.layout') @section('title', 'Gate Pass') @section('content') @foreach(array_chunk($script->toArray(), 30) as $chunk) @include('include.report_header')

Gate Pass For {{ $chunk[0]['exam_name'] }}-{{ $chunk[0]['exam_year'] }}


The Following Person Is Permitted To Go In/Out


@foreach($chunk as $item)
{{-- @foreach($center as $cen) @endforeach --}}
Name: {{ $item['examiner_code'] }}-{{ $item['examiner_name'] }}
Paper: {{ $item['paper_code'] }}-{{ $item['paper_name'] }}
Designation:
Reason:
Center Code & Name:({{ $cen['center_code'] }}){{ $cen['center_name'] }}


Signature & Seal

Signature & Seal



{{-- @foreach($center as $cen) @endforeach --}}
Name: {{ $item['examiner_code'] }}-{{ $item['examiner_name'] }}
Paper: {{ $item['paper_code'] }}-{{ $item['paper_name'] }}
Designation:
Reason:
Center Code & Name:({{ $cen['center_code'] }}){{ $cen['center_name'] }}


Signature & Seal

Signature & Seal



{{-- @foreach($center as $cen) @endforeach --}}
Name: {{ $item['examiner_code'] }}-{{ $item['examiner_name'] }}
Paper: {{ $item['paper_code'] }}-{{ $item['paper_name'] }}
Designation:
Reason:
Center Code & Name:({{ $cen['center_code'] }}){{ $cen['center_name'] }}


Signature & Seal

Signature & Seal



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