@extends('layouts.master') @section('content')

Total Device Overview


Department-wise Device Breakdown

@foreach($deviceCounts as $deviceCount)
{{ $deviceCount->department }} : {{ $deviceCount->laptop_count }} Systems

Laptops

{{ $deviceCount->laptop_count }}

Desktops

{{ $deviceCount->desktop_count }}

Mobiles

{{ $deviceCount->mobile_count }}

@endforeach
@endsection