| {{ $purchaseKey+1 }}. |
{{ $purchaseItems->product->product_name }} |
{{ round($purchaseItems->quantity,2) }} |
{{ number_format($purchaseItems->price,2) }} |
{{ round($purchaseItems->discount,2) }} % ({{ number_format($purchaseItems->discount_amt,2) }}) |
{{ round($purchaseItems->tax,2) }} % ({{ number_format($purchaseItems->tax_amt,2) }}) |
{{ number_format($purchaseItems->row_total,2) }} |
@endforeach