@extends('layouts.admin') @section('content') @if (session('success'))
@endif
Total Units
{{$totalunitquantity}}
Total Cases
{{$totalcasequantity}}
Total Value
${{number_format($totalpricevalue,2)}}
@if(isset($fields)) @foreach($fields as $key => $value) @if($value->field_name!="image") @endif @endforeach @endif @if(isset($Itemdata)) @foreach($Itemdata as $key => $ItemdataValue) @if(isset($itemImage) && count($itemImage[$i]) > 0) @else @endif @if(isset($Inventory_location[$i]['location'])) @endif @foreach($ItemdataValue as $key => $ItemdataValue) @endforeach @endforeach @endif
Sr.No Image Location Input Code Scan By{{$value->field_name}}Action
{{$i+1}}No Image{{$Inventory_location[$i]['location']->name}}{{$scanbarcode[$i]['scanbarcode']}} {{$useridentification[$i]['useridentification']}}{{ $ItemdataValue }}
@endsection