Date/Time :{{ $dated }}

Receipt# {{ str_replace('INVOICE', '', $invoice) }}

@foreach ($sales_details as $rows) @endforeach
# Description Price Qty Total Disc% Total
{{ $loop->iteration }} {!!str_replace('+', '
', $rows->item_name) !!}
{{ $rows->item_price }} {{ $rows->item_qty }} {{ $rows->item_total }} {{ $rows->item_discount }} {{ $rows->item_ftotal }}
 
SubTotal {{ $sub_total }}
Discount {{ $discount }}
GrandTotal {{ $grand_total }}
Paid {{ $payments }}
Change {{ $grand_total - $payments }}


Thank you for shopping with us!