@extends('finance/layouts/default_pdf') @section('title') Report @parent @stop @section('content')
Bill Voucher |
|||||||
Port KALITY Shipment UNIMODAL |
|||||||
Consignee | {{ $cargoheader->cargodeclarations->consignees->name }} | ||||||
TIN No. | {{ $cargoheader->cargodeclarations->consignees->tin_number }} | Transitor | {{ $cargoheader->cargodeclarations->transitors->name }} | ||||
Bill Date | {{ $invoice->paid_date }} | Prepared by | {{ $officer->full_name }} | ||||
Declaration No | {{ $cargoheader->cargodeclarations->declaration_number }} | Status | Approved |
S.No | Service | Unit | Quantity | Unit Price | Total Price |
---|---|---|---|---|---|
{{ $i }} | {!! $bill->name !!} | {!! $bill->unit !!} | {{$bill->quantity}} | {{$bill->unit_price}} | {{$bill->cost}} |
Total | {{ $total }} | ||||
VAT | {{ $vat }} | ||||
Grand Total | {{ $g_total }} | ||||
{!! $in_word !!} |