@extends('pdf.layout') @section('title', 'Answer Script Challan') @section('content') @if(!blank($script_array)) @endif @if(!blank($script_array)) @php $sl = 1; $total_packet = 0; @endphp @foreach(array_chunk($script_array, 20) as $chunk) @include('include.report_header')

Answer Script Challan For {{ $script_array[0]['exam_name'] }}-{{ $script_array[0]['exam_year']}}


TO :
Name : {{ $script_array[0]['from_name'] }}
Designation : {{ $script_array[0]['Designation'] }}
Address : {{ $script_array[0]['address'] }}

Challan No : {{ $script_array[0]['challan_no'] }}
Challan Date : {{ \Carbon\Carbon::parse($script_array[0]['challan_date'])->format('d-m-Y') }}
Item Name : Answer Scripts


@foreach($chunk as $script_item) @php $sl++; $total_packet += $script_item['total_packet']; @endphp @endforeach
Sl. Course Code & Name Total Packet Type
{{ $sl++ }} {{ $script_item['paper_code'] }}-{{ $script_item['paper_name'] }} {{ $script_item['total_packet'] }} Script
Sum Of Total Packet {{ $total_packet }}



______________________________
Received those items correctly
Signature of the receiver
Receiver name : {{ $script_item[0]['from_name'] }}
Receiver designation : {{ $script_item[0]['designation'] }}
Date :
Mobile :

__________________________
Center Incharge
{{ $script_array[0]['center_name'] }}
Bangladesh



@include('include.generated_on') @endforeach @endif @include('include.page_break') @if(!blank($e_type_array)) @php $sl = 1; $total_packet = 0; @endphp @foreach(array_chunk($e_type_array, 20) as $chunk) @include('include.report_header')

E-Type Challan For {{ $e_type_array[0]['exam_name'] }}-{{ $e_type_array[0]['exam_year']}}


TO :
Name : {{ $e_type_array[0]['from_name'] }}
Designation : {{ $e_type_array[0]['Designation'] }}
Address : {{ $e_type_array[0]['address'] }}

Challan No : {{ $e_type_array[0]['challan_no'] }}
Challan Date : {{ \Carbon\Carbon::parse($e_type_array[0]['challan_date'])->format('d-m-Y') }}
Item Name : E-Type


@foreach($chunk as $e_type_item) @php $sl++; $total_packet += $e_type_item['total_packet']; @endphp @endforeach
Sl. Course Code & Name Total Packet Type
{{ $sl++ }} {{ $e_type_item['paper_code'] }}-{{ $e_type_item['paper_name'] }} {{ $e_type_item['total_packet'] }} E-Type
Sum Of Total Packet {{ $total_packet }}



______________________________
Received those items correctly
Signature of the receiver
Receiver name : {{ $e_type_item[0]['from_name'] }}
Receiver designation : {{ $e_type_item[0]['designation'] }}
Date :
Mobile :

__________________________
Center Incharge
{{ $e_type_array[0]['center_name'] }}
Bangladesh



@include('include.generated_on') @endforeach @endif @include('include.page_break') @if(!blank($expell_array)) @php $sl = 1; $total_packet = 0; @endphp @foreach(array_chunk($expell_array, 20) as $chunk) @include('include.report_header')

Expelled Script Challan For {{ $expell_array[0]['exam_name'] }}-{{ $expell_array[0]['exam_year']}}


TO :
Name : {{ $expell_array[0]['from_name'] }}
Designation : {{ $expell_array[0]['Designation'] }}
Address : {{ $expell_array[0]['address'] }}

Challan No : {{ $expell_array[0]['challan_no'] }}
Challan Date : {{ \Carbon\Carbon::parse($expell_array[0]['challan_date'])->format('d-m-Y') }}
Item Name : Expelled Script


@foreach($chunk as $expell_item) @php $sl++; $total_packet += $expell_item['total_packet']; @endphp @endforeach
Sl. Course Code & Name Total Packet Type
{{ $sl++ }} {{ $expell_item['paper_code'] }}-{{ $expell_item['paper_name'] }} {{ $expell_item['total_packet'] }} Expelled Script
Sum Of Total Packet {{ $total_packet }}



______________________________
Received those items correctly
Signature of the receiver
Receiver name : {{ $expell_item[0]['from_name'] }}
Receiver designation : {{ $expell_item[0]['designation'] }}
Date :
Mobile :

__________________________
Center Incharge
{{ $expell_array[0]['center_name'] }}
Bangladesh



@endforeach @endif @stop