Shri Ganesh Department Store
Nathakkarai Meadu, Salem to Kallakurichi
Main Road - 636112. Mob. : +91-8072387704
MSME No.: UDYAM-TN-20-0123097

{{--
Date: {{ $sales->invoice_date->format('d-m-Y') }}
Time: 10:35 AM
Customer Name : {{ $sales->customer_name }}
Mobile No. : {{ $sales->customer_mobile }}
--}} {{--
--}}
Invoice No : {{ $sales->reference_no }} Date : {{ $sales->invoice_date->format('d-m-Y') }}

@foreach ($sales->items as $itmemKey => $item) @endforeach
S.No Product Qty Unit MRP Price Total
{{ $itmemKey + 1 }}. {{ $item->product->product_name ?? '' }} {{ round($item->qty, 2) }} {{ $item->unit->unit_code ?? '' }} {{ number_format($item->product->mrp_rate, 2) }} {{ number_format($item->price, 2) }} {{ number_format($item->row_total, 2) }}

Subtotal {{ number_format($sales->sub_total, 2) }}
Discount {{ number_format($sales->discount_aft_subtotal, 2) }}
Round Off {{ number_format($sales->round_off, 2) }}
Grand Total {{ number_format($sales->grand_total, 2) }}