@if ($data['company']['company_logo'] && file_exists(public_path($data['company']['company_logo'])))
![]() |
||||||||
---|---|---|---|---|---|---|---|---|
Address | {{ $data['company']['address_line_1'] }},
{{ $data['company']['address_line_2'] }}, {{ $data['company']['area'] }}, {{ $data['company']['pincode'] }} |
|||||||
Invoice No: #0 | Invoice Date: {{ Date('d-m-y') }} | |||||||
Invoice To: | {{ $data['customer']['first_name'] . ' ' . $data['customer']['last_name'] }} Email: {{ $data['customer']['email'] }} Phone Number: {{ $data['customer']['phone_number'] }} |
|||||||
Sr No. | Design No | Item | Gold Ct | Gross Wt. | N.Wt. | Qty | GST | Gross Amount |
{{ $serialNumber++ }} | {{ $item['item_code'] ?? 0 }} | {{ $item['item_name'] }} | {{ ($item['gold_purity'] ?? '') }} | {{ number_format($item['gross_weight'] ?? 0, 2) }} | {{ number_format($item['net_weight'] ?? 0, 2) }} | {{ $item['pcs'] }} | {{ number_format($item['tax_amount'] ?? 0, 2) }} | {{ number_format($item['net_amount'] ?? 0, 2) }} |
No items available. | ||||||||
GST | {{ number_format($data['gst_totao_amount'] ?? 0, 2) }} | |||||||
Old Gold Amount | {{ number_format($data['total_old_Amount'] ?? 0, 2) }} | |||||||
Net Total (inc.GST) | {{ number_format($data['totalFinalPayableAmount'] ?? 0, 2) }} | |||||||
Payment Information
Account No: 1234567890 Account Name: Mr. Jhon Smith Bank Name: XYZ Bank LTD Terms & Conditions Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Jhon Smith Authorized Signature |