@foreach ($items as $key => $item)
| {{ $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 }}
|
@endforeach