@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Dashboard']) @include('dashboard.submenu')
Total System Assets {{$count['total_assets']}}
@foreach ($assetStatuses as $assetStatus)
{{$assetStatus->name}} {{$assetStatus->assets_count}}
@endforeach
@foreach($computersWidgetData as $statusName => $computersWidgetData)
{{$statusName}} ({{array_sum($computersWidgetData)}})
@endforeach
Total System Assets
Assets by Status
Assets Assigned, Installed, Loaned
Assets Brand New, Used, Used Loaner
@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}}
Total System Asset by Status
@foreach($assetStatuses as $assetStatus) @endforeach
Asset Status Asset Total ({{$count['total_assets']}})
{{$assetStatus->name}} {{$assetStatus->assets_count}}
Assets Assigned to Inactive Users {{$count['inactivePersons']}}
Assets Assigned to Inactive Location {{$count['inactiveLocations']}}
Assets Over 4 Years {{$count['ageOverFourYears']}}
Lost and Stolen Assets without Data Wipe {{$count['lost_stolen_asset']}}
End of Life Disposed assets without Data Certificates {{$count['end_of_life_asset']}}
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.dashboard'),'helpTitle'=>config('help-links.help_titles.dashboard')]) @endsection @section('after_scripts') @include('settings.partials.responsive-fixedheader'); @stop