@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif
GRN Generate (Consolidated)
Branch Name : {{$data->branchName}}
@foreach($data->reportData as $index => $dat)
PO Number : {{$dat->poNumber}}
{{-- --}} @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 QtyTransfer QtyPO 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}}
@endforeach