@extends('cfs/layouts/default_pdf') @section('title') Receipt Voucher @parent @stop @section('content')
|
{{--
| --}}
|||||||
To Truck Talley Sheet Voucher
|
||||||||
Port KALITY Shipment UNIMODAL |
||||||||
Consignee | {{ $totruck->workorder->cargodetail->cargoheader->cargodeclarations->consignees->name }} | |||||||
Declaration Number | {{ $totruck->workorder->cargodetail ->cargoheader->cargodeclarations->declaration_number }} | T1 | {{ $totruck->workorder->cargodetail->cargoheader->t1 }} | |||||
Performed By | {{ $totruck->totruckofficer->getFullNameAttribute() }} | Done By | {{ $totruck->performedby->name }} | |||||
Cargo Type | {{ $totruck->workorder->cargodetail->cargotype->name }} | Labour Association | {{ $totruck->labourassociation->name }} | |||||
Service Type | {{ $totruck->workorder->servicetype->name }} | Talley Date | {!! $totruck->delivered_date !!} |
Container Info | Measurment | Total Qty | Weight |
---|---|---|---|
{{ $totruck->workorder->cargodetail->container_number }}- {{ $totruck->workorder->cargodetail->container_size }} | {{ $totruck->measurement }} | {{ $totruck->total_quantity }} | {{ $totruck->weight }} |
{{-- Driver Signature--}} | {{-- ____________________--}} | Officer Name | {{ $officer->first_name }} {{ $officer->last_name }} | |||
Signature | ____________________ |