{{----}}
{{ $proposal->valid_till->format($settings->date_format) }}
@lang('app.description'): {!! nl2br($proposal->description) !!}
# | @lang("modules.invoices.item") | @if($invoiceSetting->hsn_sac_code_show)@lang('modules.invoices.hsnSacCode') | @endif@lang("modules.invoices.qty") | @lang("modules.invoices.unitPrice") | @lang("modules.invoices.price") |
---|---|---|---|---|---|
{{ ++$count }} | {{ ucfirst($item->item_name) }}
@if(!is_null($item->item_summary))
{{ $item->item_summary }} @endif |
@if($invoiceSetting->hsn_sac_code_show)
{{ ($item->hsn_sac_code) ?? '--' }} | @endif{{ $item->quantity }} | {{ currency_formatter($item->unit_price,$proposal->currency->currency_symbol) }} | {{ currency_formatter($item->amount,$proposal->currency->currency_symbol) }} |
@lang("modules.invoices.subTotal") : {{ currency_formatter($proposal->sub_total,$proposal->currency->currency_symbol) }}
@if ($discount > 0)@lang("modules.invoices.discount") : {{ currency_formatter($discount,$proposal->currency->currency_symbol) }}
@endif @foreach($taxes as $key=>$tax){{ strtoupper($key) }} : {{ currency_formatter($tax,$proposal->currency->currency_symbol) }}
@endforeach@lang('app.note'): {!! $proposal->note !!}
{{ ucwords($proposal->signature->full_name) }}
{{ $proposal->client_comment }}