@foreach ($data as $item) {{ $item->product_code }} - {{ $item->product_name }} {{ $item->qty }} {{ $item->unit_price }} {{ $item->discount_amount }} {{ $item->tax_amount }} {{ $item->subtotal }} @endforeach