@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Inventory Dashboard']) @include('dashboard.submenu')

System Assets


Total System Assets {{$count['total_assets']}}
@foreach($assetStatuses as $statusKey => $statusData)
{{$statusData->name}} {{$count[$statusData->slug]}}
@endforeach

Asset Inventory


@foreach($computersWidgetData as $statusName => $computersWidgetData)
{{$statusName}} ({{array_sum($computersWidgetData)}})
@endforeach
Total System Assets
Assets Brand New, Used by Region
@if(!empty($regionCount)) @foreach($regionCount as $region) @endforeach @endif
Region Asset Total ({{$count['used_new_asset']}})
{{$region['name']}} @if($region['count'] > 0) {{$region['count']}} @else {{$region['count']}} @endif
Total System Assets by Type
@foreach($assetTypes as $assetType) @endforeach
Asset Type Asset Total ({{$count['total_assets']}})
{{$assetType->name}} {{$assetType->assets_count}}
Assets Assigned to Inactive Users {{$count['inactivePersons']}}
Assets Assigned to Inactive Location {{$count['inactiveLocations']}}
Assets Over 4 Years {{$count['ageOverFourYears']}}

Asset Health


@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.inventory_dashboard'),'helpTitle'=>config('help-links.help_titles.inventory_dashboard')]) @endsection @section('after_scripts') @stop