- {{(config('core.cname'))}}
{{trans('quotes.quote')}}
{{prefix(5)}} # {{$quote['tid']}}
- {{trans('general.total')}}
- {{amountFormat($quote['total'])}}
{{trans('invoices.bill_to')}}
- {{$quote->customer->name}}
- {{$quote->customer->address}},
- {{$quote->customer->city}},{{$quote->customer->region}}
- {{$quote->customer->country}}-{{$quote->customer->postbox}}.
- {{$quote->customer->email}},
- {{$quote->customer->phone}}, {!! custom_fields_view(1,$quote->customer->id,false) !!}
{{trans('quotes.invoicedate')}} : {{dateFormat($quote['invoicedate'])}}
{{trans('quotes.invoiceduedate')}} : {{dateFormat($quote['invoiceduedate'])}}
{{$quote['notes']}}
{!! $quote['proposal'] !!}
# | {{trans('products.product_des')}} | {{trans('products.price')}} | {{trans('products.qty')}} | {{trans('general.tax')}} | {{trans('general.discount')}} | {{trans('general.subtotal')}} | |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} |
{{$product['product_name']}} {!!$product['product_des'] !!} |
{{amountFormat($product['product_price'])}} | {{numberFormat($product['product_qty'])}} {{$product['unit']}} | {{amountFormat($product['total_tax'])}} ({{numberFormat($product['product_tax'])}}%) | {{amountFormat($product['total_discount'])}} | {{amountFormat($product['product_subtotal'])}} | |
{!! custom_fields_view(3,$product['product_id'],false) !!} | |||||||
# | {{trans('products.product_des')}} | {{trans('products.price')}} | {{trans('products.qty')}} | {{trans('general.discount')}} | {{trans('general.subtotal')}} | ||
{{ $loop->iteration }} |
{{$product['product_name']}}
{!!$product['product_des'] !!} @if($product['serial']){{$product['serial']}}@endif |
{{amountFormat($product['product_price'])}} | {{numberFormat($product['product_qty'])}} {{$product['unit']}} | {{amountFormat($product['total_discount'])}} | {{amountFormat($product['product_subtotal'])}} | ||
{!! custom_fields_view(3,$product['product_id'],false) !!} | |||||||
# | {{trans('products.product_des')}} | {{trans('products.price')}} | {{trans('products.qty')}} | {{trans('general.cgst')}} | {{trans('general.sgst')}} | {{trans('general.discount')}} | {{trans('general.subtotal')}} |
{{ $loop->iteration }} |
{{$product['product_name']}} {!!$product['product_des'] !!} |
{{amountFormat($product['product_price'])}} | {{numberFormat($product['product_qty'])}} {{$product['unit']}} | {{amountFormat($product['total_tax']/2)}} ({{numberFormat($product['product_tax']/2)}}%) | {{amountFormat($product['total_tax']/2)}} ({{numberFormat($product['product_tax']/2)}}%) | {{amountFormat($product['total_discount'])}} | {{amountFormat($product['product_subtotal'])}} |
{!! custom_fields_view(3,$product['product_id'],false) !!} | |||||||
# | {{trans('products.product_des')}} | {{trans('products.price')}} | {{trans('products.qty')}} | {{trans('general.igst')}} | {{trans('general.discount')}} | {{trans('general.subtotal')}} | |
{{ $loop->iteration }} |
{{$product['product_name']}} {!!$product['product_des'] !!} |
{{amountFormat($product['product_price'])}} | {{numberFormat($product['product_qty'])}} {{$product['unit']}} | {{amountFormat($product['total_tax'])}} ({{numberFormat($product['product_tax'])}}%) | {{amountFormat($product['total_discount'])}} | {{amountFormat($product['product_subtotal'])}} | |
{!! custom_fields_view(4,$product['product_id'],false) !!} |
{{trans('quotes.status')}}: | {{trans('payments.'.$quote['status'])}} |
{{trans('general.summary')}}
{{trans('general.subtotal')}} | {{amountFormat($quote['subtotal'])}} |
{{trans('general.tax')}} | {{amountFormat($quote['tax'])}} |
{{trans('general.discount')}} | {{amountFormat($quote['discount'])}} |
{{trans('general.shipping')}} | {{amountFormat($quote['shipping'])}} |
{{trans('general.shipping_tax')}} ({{trans('general.'.$quote['ship_tax_type'])}}) | {{amountFormat($quote['ship_tax'])}} |
{{trans('general.total')}} | {{amountFormat($quote['total'])}} |
{{trans('general.authorized_person')}}
{{$quote->user->first_name}} {{$quote->user->last_name}}
{{trans('general.attachment')}}
{{trans('general.allowed')}}: {{$features['value1']}}
{{$row['value']}} |