{{-- --}}
@foreach($dat->products as $index => $req)
@php
$reqRequestDetailsLength = isset($req->reqRequestDetails) ? count($req->reqRequestDetails) : 1;
@endphp
@foreach($req->reqRequestDetails as $batch)
@if($loop->first)
@endif
@if($loop->first)
@endif
@if($loop->first)
@endif
@if($loop->first)
{{-- --}}
@endif
@endforeach
@endforeach
SL |
Name |
Branch |
Warehouse |
Requisition No |
Requisition Qty | Transfer Qty | PO Qty |
Remain PO Qty |
GRN Qty |
Gift Qty |
{{$index + 1}} |
{{$req->product->name}} | {{$batch->branch}} |
{{$batch->warehouse}} |
@if(isset($batch->requisitionNo)) {{$batch->requisitionNo}} @else N/A @endif
|
@if(isset($batch->requisitionQty)) {{$batch->requisitionQty}} @else N/A @endif
| {{$batch->transferQty}} | {{$batch->grnQty}} |
{{$req->remainPoQty}} | {{$batch->grnQty}} |
{{$batch->giftQty}} |