GST No -
{{ $gst_no ?? '' }} |
Contact No: {{ $contact_no ?? ''}} |
To:{{ $clientName }} Address: {{ $clientAddress }} |
@if($type == 'I')
Payment Terms: {{ $payment_terms }} Bill No:{{ $invoiceNumber }} Date: {{ $invoiceDate }} @endif Quote No:{{ $invoiceNumber }} Quote Date: {{ $invoiceDate }} |
S.No | Description | HSN Code | Qty | Rate | @if ($type == 'I' && $gst != 'N')GST(%) | @endifTotal | |
---|---|---|---|---|---|---|---|
{{ $index + 1 }} |
{{ $product['name'] ?? '' }}
@if($settings->inv_desc_flag == 'A' && !empty($product['description']))
({{ $product['description'] }})
@endif
|
{{ $product['code'] }} | {{ $product['quantity'] . '(' . ($product['uom']) . ')'}} | ₹ {{ number_format($product['unit_price'], 2) }} | @if($type == 'I') @if ($gst != 'N'){{ number_format($product['gst'], 2) }} | @endif₹ {{ number_format($totalWithGst, 2) }} | @elseif($type == 'Q')₹ {{ number_format($total, 2) }} | @endif
...Continue
GST No -
{{ $gst_no ?? '' }} |
Contact No: {{ $invoiceNumber ?? ''}} |
To: {{ $clientName }} {{ $clientAddress }} |
Payment Terms: {{ $invoiceDate }} Bill No:{{ $invoiceNumber }} Date: {{ $invoiceDate }} |
S.No | Description | HSN Code | Qty | Rate | @if($type == 'I')GST(%) | @endifTotal |
---|