@foreach ($items as $key => $item) @endforeach
Sl Code Product Purchase price Sale price Opening Quanity Opening Date Opening By
{{ $key + 1 }} {{ $item->product_code }} {{ $item->name }} {{ DecimalFormat($item->purchase_price) }} {{ DecimalFormat($item->sale_price) }} {{ DecimalFormat($item->opening_stock) }} {{ dateformat($item->opening_date) }} {{ $item->opening_user }}