Date | POS Code | Item Name | Item Category | Order Quantity | Unit Price | Inventory Value |
---|---|---|---|---|---|---|
{{date('M-d-Y', strtotime($list->created_at))}} | @if($list->menu_store_item) {{$list->menu_store_item->pos_code}} @endif | {{$list->item_name}} | {{$list->category_name}} | {{$list->quantity}} | {{$list->price}} | {{number_format($list->price * $list->quantity, 2, '.', ',')}} |