@extends('layouts.app') @section('title', 'MOH 706 | Laboratory Summary') @section('styles')@endsection @section('content')
{{ $month->format('F Y') }} · Auto-generated from lab orders
Validation Warnings
@foreach($warnings as $w)⚠ {{ $w }}
@endforeach| Test Name | Total Ordered | Completed | Pending | Completion % |
|---|---|---|---|---|
| {{ $d->test_name }} | {{ $d->total }} | {{ $d->done }} | {{ $d->pending }} |
{{ $pct }}% |
| TOTAL | {{ $data->sum('total') }} | {{ $data->sum('done') }} | {{ $data->sum('pending') }} | {{ $data->sum('total') > 0 ? round($data->sum('done') / $data->sum('total') * 100) : 0 }}% |