@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Dashboard'])
@include('dashboard.submenu')
@foreach ($assetStatuses as $assetStatus)
@endforeach
@foreach($computersWidgetData as $statusName => $computersWidgetData)
{{$statusName}} ({{array_sum($computersWidgetData)}})
@endforeach
Assets Assigned, Installed, Loaned
Assets Brand New, Used, Used Loaner
Total System Assets by Type
Total System Asset by Status
@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