@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 }}
|
Supplier Information
Supplier Name:{{ $document->supplier->supplier_account ?? '—' }}
Supplier Address:
{{ $document->supplier->address ?? '—' }}
Supplier Email:{{ $document->supplier->email ?? '—' }}
Supplier Phone:{{ $document->supplier->contact_1 ?? '—' }}
Supplier Contact Person:{{ $document->contact_person }}
Supplier City:{{ $document->supplier->city ?? '—' }}
Supplier Province:{{ $document->supplier->province ?? '—' }}
Supplier VAT:{{ $document->supplier->vat }}
Supplier TIN:{{ $document->supplier->tin }}
|
| HS Code | Code | Description | Additional Description | Qty | UOM Description | 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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|
|