@extends('layouts.app') @section('title','Laboratory Test Summary') @section('content')
| Test Name | Total Ordered | Completed | Pending |
|---|---|---|---|
| {{ $d->test_name }} | {{ $d->total }} | {{ $d->completed }} | {{ $d->pending }} |
| Total | {{ $data->sum('total') }} | {{ $data->sum('completed') }} | {{ $data->sum('pending') }} |