@php $totalItemSold = 0; $productPrice = 0; $productCost = 0; @endphp @if(!empty($itemReport)) @foreach($itemReport as $key => $dList) @endforeach @else @endif

{{ __('lbl.po_item_report') }} report

{{ __('lbl.from') }} {{$timeFilter['start']}} {{ __('lbl.to') }} {{$timeFilter['end']}}
{{ __('lbl.date') }} {{ __('lbl.po_number') }} {{ __('lbl.product_name') }} {{ __('lbl.sku') }} {{ __('lbl.barcode') }} {{ __('lbl.cost') }} {{ __('lbl.vendor_item_id') }} {{ __('lbl.ordered_quantity') }}
{{ $dList->podate }} {{ $dList->ponumber }} {{ $dList->product_name }}
{{ $dList->product_sku}} {{ $dList->product_barcode}} {{storecurrency().$dList->product_cost}} {{ $dList->vendor_item_id}} {{ $dList->item_ordered}}
{{ __('lbl.no_record_found') }}