@extends('layouts.master') @section('mainContent')
{{--

NC Aging Insights

{{ $totalNcCount }}
No of NC Aging
img

Audits Insights

{{ $upcomingAuditCount }}
No of Upcoming Audits
img

Audit Plan Insights

{{ $totalAuditCount }}
Total Audit Planned
img

NC Insights

{{ $totalNctypesCount }}
Total NC
img
--}}

Audit Insights

Audits
{{ $totalAuditCount }}
  • Completed {{ $auditTypesCounts['completed']??0 }}
  • Open {{ $auditTypesCounts['open']??0 }}
  • In Progress {{ $auditTypesCounts['in_progress']??0 }}
  • Closed {{ $auditTypesCounts['closed']??0 }}

NC Insights

NC
{{ $totalNcCount }}
  • Major {{ $ncTypesCounts['Major']??0 }}
  • Minor {{ $ncTypesCounts['Minor']??0 }}
  • Suggestion {{ $ncTypesCounts['Suggestion']??0 }}
  • OFI {{ $ncTypesCounts['OFI']??0 }}

NC Ageing Insights

NC Ageing
{{ isset($ncStatusCount)?array_sum($ncStatusCount):0 }}
  • Open {{ $ncStatusCount['Open']??0 }}
  • In Progress {{ $ncStatusCount['In Progress']??0 }}
  • Closed {{ $ncStatusCount['Closed']??0 }}
@endsection {{-- @section('customScript') @endsection --}}