@extends('layouts.admin') @section('content') @if (session('success'))
@endif
Total Units
{{$totalunitquantity}}
Total Cases
{{$totalcasequantity}}
Total Value
${{number_format($totalpricevalue,2)}}
@if(count($inventories) > 0) @if(isset($fields)) @foreach($fields as $key => $value) @if($value->field_name!="image") @endif @endforeach @endif
Sr.No Image Location Scan By{{$value->field_name}}Action
@else @if(isset($fields)) @foreach($fields as $key => $value) @if($value->field_name!="image") @endif @endforeach @endif
Sr.No Image Location Scan By{{$value->field_name}}Action
@endif
@endsection