| Name:{{ $orders->customer}} | Invoice No: {{ $orders->bill_no}} Branch Code: {{ $orders->branch_code}} | ||||||||
| Address:{{ $orders->address }} | Date: @if($orders->invoice_date != ''){{ $orders->invoice_date }} @else {{ date("j F, Y",strtotime($date)) }} @endif | ||||||||
| State Code: {{ $orders->state_code }} | |||||||||
| GSTIN: {{ $orders->gst }} | |||||||||
| Pincode: {{ $orders->pincode }} | Phone: {{ $orders->contact }} | Pancard: {{ $orders->pancard_number }} | |||||||
| Sr. No | Description | HSN Code | Kt | Pcs. | Gross Weight (Gm) |
Net Weight (Gm) |
Rate P.GM |
Making Charge P.GM |
Total Value(Rs.) |
| {{ $key+1 }} | {{ $value->category }} {{ $value->item }} | {{ $value->hsn_code }} | {{ $value->carat +0 }} | 1 | {{ $value->wt }} | {{ $value->wt }} | {{ $value->making_charge }} | ||
| Total | {{ $pcsSum }} | {{ $wtSum }} | {{ $wtSum}} | {{ $orders->order_amount }} |
|||||
| {{ $value->purity.'K' }} | {{ $value->wt }} | {{ $value->wt }} | {{ number_format((float)$value->amt, 3, '.', ''); }} | ||||||
| Online | Estimated Amount : {{ $orders->order_amount }} |
||||||||
| Received Amt : {{ $paid }} |
Other Charges : {{ $orders->other_charges}} |
||||||||
| Discount: {{ $orders->discount}} |
|||||||||
| Taxable Amount : {{ $orders->order_amount }} |
|||||||||
| SGST: {{$sgst}}% 0 |
@else
IGST: {{$igst}}% 0 |
@endif
||||||||
| CGST : 1.5% 0 |
|||||||||
| GSTIN :{{ $orders->gst }} | Total Amt : 0.000 |
||||||||
| Pancard : | Received Amt : {{ $paid }} |
||||||||
| Amount in Words Rupees {{ $amountInWords }} Only |
|||||||||