{{----}}
{{ $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 }} | {!! htmlentities($proposal->currency->currency_symbol) !!}{{ $item->unit_price }} | {!! htmlentities($proposal->currency->currency_symbol) !!}{{ $item->amount }} |
@lang("modules.invoices.subTotal") : {!! htmlentities($proposal->currency->currency_symbol) !!}{{ $proposal->sub_total }}
@if ($discount > 0)@lang("modules.invoices.discount") : {!! htmlentities($proposal->currency->currency_symbol) !!}{{ $discount }}
@endif @foreach($taxes as $key=>$tax){{ strtoupper($key) }} : {!! htmlentities($proposal->currency->currency_symbol) !!}{{ $tax }}
@endforeach@lang('app.note'): {!! $proposal->note !!}
{{ ucwords($proposal->signature->full_name) }}
{{ $proposal->client_comment }}