@extends('layouts.app') @section('title', 'Inspection & Audit Dashboard') @section('content')
Overview of inspections, audits, and compliance
Total Inspections
{{ $stats['total_inspections'] }}
Compliant
{{ $stats['compliant_inspections'] }}
Non-Compliant
{{ $stats['non_compliant_inspections'] }}
Open NCRs
{{ $stats['open_ncrs'] }}
Active Audits
{{ $stats['in_progress_audits'] }}
{{ $inspection->reference_number }}
No recent inspections
@endforelse{{ $ncr->reference_number }}
No recent NCRs
@endforelse