{{--

Detail

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