Item ListLB

@foreach($items as $item) @endforeach
Item ID Item Name Quantity Cost Avg. Sales Price
{{$item->item_code}} {{$item->description}} {{$item->cur_quantity}} {{number_format($item->cost_avg,2)}} {{number_format($item->sell_price,2)}}

New Item



Item created successfully. Click 'Select Item'.

Select Item