@extends('layouts.main') @section('content') @include('partials.breadcrumb', [ 'breadcrumbTitle' => 'Dashboard', 'parentUrl' => '/asset-health', 'parentTitle' => 'Asset Health', ]) @include('assets-health.submenu')
| # | Category | No of Assets |
|---|---|---|
| {{ $loop->index +1 }} | {{ $category }} | {{ $count }} |
| No Issue Found | ||
| # | Issue Type | No of Issues |
|---|---|---|
| {{ $loop->index +1 }} | {{ $issues->assetHealthTest ? $issues->assetHealthTest->test_name : '' }} | {{ $issues->test_count }} |
| No Issue Found | ||