@includeIf('invoices.pdf.invoice_pdf_css') @if ($invoiceSetting->locale == 'ru') @else @endif
| |
@lang('modules.lead.proposal') | ||||||
|
{{ $company->company_name }} |
|
||||||
|
|||||||
| @lang('app.description') | @lang('modules.invoices.qty') | @lang('modules.invoices.unitPrice') | @lang('modules.invoices.amount') ({{ $proposal->currency->currency_code }}) |
| {{ $item->item_name }} | {{ $item->quantity }} | {{ currency_format($item->unit_price, $proposal->currency_id, false) }} | {{ currency_format($item->amount, $proposal->currency_id, false) }} |
|
{!! nl2br($item->item_summary) !!}
@if ($item->proposalItemImage)
|
|||
|
|
|||||||||||||
|
|
@lang('modules.lead.proposal') | ||||||
|
{{ $company->company_name }}
|
|
||||||
COMMERCIAL TERMS, CONDITIONS & BANKING DETAILS; |
|||||||
| {!! nl2br($proposal->note) !!} | |||||||
|
Terms and Banking Information
@if (isset($invoiceSetting->other_info))
{!! nl2br($invoiceSetting->invoice_terms) !!}
{!! nl2br($invoiceSetting->other_info) !!}
@endif
|