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(%) | @endifTotal | |
---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $product['name'] }} | {{ $product['code'] }} | {{ $product['quantity'] . '(' . ($product['uom']) . ')'}} | {{ number_format($product['unit_price'], 2) }} | @if($type == 'I'){{ number_format($product['gst'], 2) }} | {{ 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 |
---|