@extends('pdf.layout') @section('title', 'Answer Script Distribution') @section('content') @foreach(array_chunk($script->toArray(), 35) as $chunk)
NATIONAL UNIVERSITY, GAZIPUR
ANSWER SCRIPT DISTRIBUTION CHALAN
{{ $exam_name }} - {{ $exam_code }}
YEAR : {{ $year }}
{{ $center_code }} - {{ $center_name }}
Attendance Date: {{ request()->get('datetime')}}
COURSE CODE | COURSE NAME | {{--TOTAL STUDENT | --}}PACKET SIZE | TOTAL PACKET | SHIPMENT STATUS | |||
---|---|---|---|---|---|---|---|---|
{{ $item['paper_code'] }} | {{ $item['paper_name'] }} | {{--{{ $item['total_student'] }} | --}}{{ $item['packet_size'] }} | {{ $item['total_packet'] }} | @php if($item['receive_status'] == 1) { @endphpReceived By RC | @php } else if($item['treasury_status'] == 1) { @endphpAt Treasury | @php } else if($item['distribute_status'] == 1) { @endphpAt RC | @php } else if($item['distribute_status'] == null || $item['distribute_status'] == 0) { @endphpAt Center | @php } @endphp
{{-- NO. OF TOTAL STUDENT : {{ $total_student_count }}
--}}
NO. OF TOTAL PACKET : {{ $total_packet_count }}
Signature & Seal
Date: {{ date('l jS \of F Y') }}