@extends('layouts.tabler') @section('content')
| No. | Photo | Product Name | Product Code | Current Stock | Quantity | Price | Total |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ $item->product->product_name }} | {{ $item->product->product_code }} | {{ $item->product->quantity }} | {{ $item->quantity }} | {{ $item->unitcost }} | {{ $item->total }} |