@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')
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
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
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
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
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
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