@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Health History', 'parentUrl' => '/asset-health', 'parentTitle' => 'Asset Health']) @include('assets-health.submenu')
{{csrf_field()}}

Legend

Total Issues @foreach($getAllCategories as $categories) Total {{$categories->category_name}} @endforeach @foreach($getAllCategories as $categories) @foreach($categories->assetHealthTests as $tests) {{$tests->test_name}} @endforeach @endforeach

General


Total Issues @foreach($getAllCategories as $categories) Total {{$categories->category_name}} @endforeach
@foreach($getAllCategories as $categories)

{{$categories->category_name}}


@foreach($categories->assetHealthTests as $tests) {{$tests->test_name}} @endforeach
@endforeach
@stop @section('after_scripts') @include('assets-health.scripts.assets-health-history') @stop