@if(isset($itemInventory) && !empty($itemInventory)) @foreach($itemInventory as $key => $value) @if($value != 'image') @endif @endforeach @endif @if($items->unitquantity !='' && $items->unitcost !='0.0000') @endif @if($items->casecost != '0.0000' && $items->casequantity != '') @endif @if($totalvalue != '') @endif
Inventory Name {{$inventoriesname->name}}
Inventory Location {{ucwords($locations->name)}}
Input Barcode {{ucwords($items->scanbarcode)}}
Inventory User {{$userName}}
{{$key}} {{ucwords($items->$value)}}
Total Unit Price $0
Total Case Price ${{$items->casecost * $items->casequantity}}
Total Price ${{$totalvalue}}