|
@if(!empty($pdfLogoUri ?? null))
{{ $company->company_name ?? config('app.name') }}
@if($company->company_address){{ $company->company_address }}
@endif @if($cityLine !== ''){{ $cityLine }} @endif @if(!empty($company->company_country)){{ $company->company_country }} @endif @if($company->company_phone){{ $company->company_phone }} @endif @if($company->company_email){{ $company->company_email }} @endif @if($company->company_tax_id)Tax ID: {{ $company->company_tax_id }}@endif |
|
|
Quoted To
{{ $quotation->customer->name }}
@if($quotation->customer->email){{ $quotation->customer->email }}
@endif @if($quotation->customer->phone){{ $quotation->customer->phone }} @endif @if($quotation->customer->address){{ $quotation->customer->address }}@endif |
| Item | Qty | Unit | Tax | Total |
|---|---|---|---|---|
|
{{ $item->description }}
@if($item->notes)
{{ $item->notes }} @endif |
{{ number_format($item->quantity, 2) }} | {{ $quotation->currency }} {{ number_format($item->unit_price, 2) }} | {{ $item->tax_rate ?? 0 }}% | {{ $quotation->currency }} {{ number_format($line, 2) }} |
| No items | ||||
| |||||||||
| Acceptance | |
Client Signature |
Date |
| Notes |
| {{ $quotation->notes }} |
| Terms & Conditions |
| {{ $quotation->terms ?? 'This quotation is valid for 30 days from the date of issue.' }} |