@php use Illuminate\Support\Str; @endphp
|
Company Information
@if($company && $company->logo_path)
Name:{{ $company->company_name }}
Address:{{ $company->address }}
Tel No:{{ $company->phone }}
Email:{{ $company->email }}
VAT No:{{ $company->vat_no }}
TIN No:{{ $company->tax_id }}
Currency:{{ $document->currency_code }}
|
Customer Information
Customer Name:{{ $document->customer->customer_account ?? '—' }}
Customer Address:{{ $document->customer->address ?? '—' }}
Customer Email:{{ $document->customer->email ?? '—' }}
Customer Phone:{{ $document->customer->contact_1 ?? '—' }}
Customer Contact Person:{{ $document->contact_person }}
Customer City:{{ $document->customer->city ?? '—' }}
Customer Province:{{ $document->customer->province ?? '—' }}
Customer VAT:{{ $document->customer->vat }}
Customer TIN:{{ $document->customer->tin }}
|
| HS Code | Code | Description | Additional Description | Qty | UOM | Price (Incl) | Disc % | Tax | Total (Incl) |
|---|---|---|---|---|---|---|---|---|---|
| {{ $line->hs_code }} | @if($line->module === 'GL') {{ optional($line->account)->code }} @else {{ optional($line->item)->code }} @endif | @if($line->module === 'GL') {{ optional($line->account)->account_name }} @else {{ optional($line->item)->description1 }} @endif | {{ $line->description }} | {{ $line->confirmed_quantity }} | {{ optional($line->uom)->description ?? '' }} | {{ number_format($line->price, 2) }} | {{ number_format($line->discount_percent, 2) }}% | {{ number_format($line->line_tax, 2) }} | {{ number_format($line->line_total, 2) }} |
|
Received by: ______________________________
Date: ______________________________
Signed: ______________________________
|
|