@if($history->name)
- Report Name
- {{$history->name}}
@endif
- Location
- {{$history->location_name}}
- Asset types selected
- {{$assetTypes}}
- Scanned by
- {{$history->scanned_by}}
- Date Scanned
- {{$history->date}}
- Total # of Assets
- {{$history->total_assets}}
- Total # of assets physically scanned
- {{$history->total_assets_scanned}}
- Total # of Assets Matched
- {{$history->match_y}}
{{-- Assets scanned but not present + assets scanned bit in another location --}}
- Total # of Process Errors
- {{$history->positive_variance}}
{{-- assets not scanned --}}
- Total # of Unknown Shrinkage
- {{$history->assets_not_scanned ?? ''}}
-
% of Accuracy
-
{{$history->accuracy}}%
-
% of Variance
-
{{ $history->variance }}%
@if($history->report_csv)
@endif