@extends('pdf.layout') @section('title', 'Center Script Distribution Allotment Report') @section('content')

NATIONAL UNIVERSITY, GAZIPUR

CENTER SCRIPT DISTRIBUTION ALLOTMENT REPORT - DISTRICT WISE

{{ $exam_name }} - {{ $exam_code }}
YEAR : {{ $year }}

@php $district_id = 0; @endphp @foreach($center as $item) @php if($district_id != $item['district_id']){@endphp @php $district_id = $item['district_id']; }else{ @endphp @php } @endphp

@endforeach
CENTER CODE CENTER NAME DIVISION MAIN SCRIPT PACKET SIZE MAIN SCRIPT TOTAL PACKET EXTRA SCRIPT PACKET SIZE EXTRA TOTAL PACKET TOTAL PACKET
{{ $item['center_code'] }} {{ $item['center_name'] }} {{ $item['district_name'] }} {{ $item['main_packet_size'] }} {{ $item['main_quantity'] }} {{ $item['extra_packet_size'] }} {{ $item['extra_quantity'] }} {{ $item['total_packet'] }}
{{ $item['center_code'] }} {{ $item['center_name'] }} {{ $item['district_name'] }} {{ $item['main_packet_size'] }} {{ $item['main_quantity'] }} {{ $item['extra_packet_size'] }} {{ $item['extra_quantity'] }} {{ $item['total_packet'] }}


NO. OF TOTAL MAIN SCRIPT PACKET : {{ $total_ms_packet }}
NO. OF TOTAL EXTRA SCRIPT PACKET : {{ $total_es_packet }}
NO. OF TOTAL TOTAL PACKET : {{ $total_packet }}

@stop