@extends('pdf.layout')
@section('title', 'Answer Script Challan')
@section('content')
@if(!blank($script_array))
@include('include.report_header')
TO :
Name : {{ $script_array[0]['from_name'] }}
Designation : {{ $script_array[0]['Designation'] }}
Address : {{ $script_array[0]['address'] }}
Delivery From: {{ $delivery_array['delivery_from_name'] }}
Delivery To: {{ $delivery_array['delivery_to_name'] }}
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
______________________________
Received those items correctly
Signature of the receiver
Receiver name : {{ $script_array[0]['from_name'] }}
Receiver designation : {{ $script_array[0]['designation'] }}
Date :
Mobile :
__________________________
Center Incharge
{{ $script_array[0]['center_name'] }}
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'] }}
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'] }}
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'] }}