Work In Process
Move Inventory From Raw Meterial to Work In Process .
@csrf
Invoice Information
@if(isset($record)) @if(!empty(unserialize($record->item_detail))) @php $i=1; @endphp @foreach(unserialize($record->item_detail) as $invoiceItem) @php $i++; @endphp @endforeach @endif @endif
# Items Purchase Price Quantity Total Amount
{{$i}}