RIYASRI SILKSMrs. of High Class Fancy Sarees
107/B, Gandhi Nagar, Salem Main Road,
Elampillai – 637502, Salem, Tamil Nadu. Phone: 9244443777, 9244441999 |
INVOICE |
{{ $invoice->customer->customer_name }}
{{ $invoice->customer->address1 }} @if($invoice->customer->address2), {{ $invoice->customer->address2 }} @endif
{{ $invoice->customer->city }}, {{ $invoice->customer->state }} - {{ $invoice->customer->pincode }}
Mobile: {{ $invoice->customer->mobile }}
@if($invoice->customer->gst_number)GSTIN: {{ $invoice->customer->gst_number }}
@endif| # | Item Description | Qty | Rate | Amount |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->product_name }} | {{ number_format($item->qty, 2) }} | ₹{{ number_format($item->rate, 2) }} | ₹{{ number_format($item->amount, 2) }} |
| Sub Total: | ₹{{ number_format($invoice->subtotal, 2) }} |
| Discount: | - ₹{{ number_format($invoice->discount, 2) }} |
| Grand Total: | ₹{{ number_format($invoice->grand_total, 2) }} |