| Sl |
Item Name |
Assigned & Active |
Assigned but Scarped |
Unassign Item |
Tendering Process |
@if(isset($data))
@foreach($data as $key=>$value)
| {{$loop->iteration}} |
{{$value->item_name}} |
{{$value->assign_stock}} |
{{$value->scrap_stock}} |
{{$value->unassign_stock}} |
{{$value->pr_number_approved_qty}} |
@endforeach
@endif
@endif
@if($type == 'stock_item')
| Item Name |
Total Item |
@if(isset($data))
@foreach($data as $key=>$value)
| {{$value->item_name}} |
{{$value->stock_item}} {{$value->unit_code}} |
@endforeach
@endif
@endif
@if($type == 'consumption')
| Item Name |
Total Item |
@if(isset($data))
@foreach($data as $key=>$value)
| {{$value->item_name}} |
{{$value->consumption}} {{$value->unit_code}} |
@endforeach
@endif
@endif
@if($type == 'total_scrap')
| Item Name |
Total Scrap |
@if(isset($data))
@foreach($data as $key=>$value)
| {{$value->equipment_name}} |
{{$value->total_scrap}} |
@endforeach
@endif
@endif