@if (!is_null($company) && $company->favicon_url != null) @endif @include('sections.theme_css', ['company' => $company]) @if ($company->header_script) {!! $company->header_script !!} @endif @isset($activeSettingMenu) @endisset @stack('styles') @include('sections.theme_css', ['company' => $company])
| @lang('app.date') | {{ \Carbon\Carbon::now()->translatedFormat(company()->date_format) }} |
| @lang('modules.estimates.validTill') | {{ $proposal->valid_till->translatedFormat(company()->date_format) }} |
| @lang('app.status') | @lang('modules.proposal.'.$proposal->status) |
| @lang('modules.lead.proposal') # | {{ $proposal->proposal_number }} |
| @lang('app.item') & @lang('app.description') | @lang('app.quantity') | @lang('app.rate') | @lang('app.discount') | @lang('app.amount') |
|---|---|---|---|---|
| {{ $item->item_name }}
@if ($item->item_summary)
{!! nl2br(strip_tags($item->item_summary)) !!} @endif |
{{ $item->quantity }} | {{ currency_format($item->unit_price, $proposal->currency_id, false) }} | 0.000 | {{ currency_format($item->amount, $proposal->currency_id, false) }} |
| @lang('modules.invoices.subTotal') | {{ currency_format($proposal->sub_total, $proposal->currency_id, false) }} | |||
| @lang('modules.invoices.discount') | {{ currency_format($discount, $proposal->currency_id, false) }} | |||
| {{ $key }} | {{ currency_format($tax, $proposal->currency_id, false) }} | |||
| @lang('modules.invoices.total') | {{ currency_format($proposal->total, $proposal->currency_id, false) }} | |||
{!! !empty($proposal->note) ? nl2br($proposal->note) : '--' !!}
{!! nl2br($invoiceSetting->invoice_terms) !!}
@lang('app.by') {{ $proposal->signature->full_name }}
@else