@extends('layouts.app') @section('title','Imaging Summary') @section('content')
| Study Type | Total | Completed | Pending |
|---|---|---|---|
| {{ $d->imaging_type }} | {{ $d->total }} | {{ $d->completed }} | {{ $d->pending }} |
| Total | {{ $data->sum('total') }} | {{ $data->sum('completed') }} | {{ $data->sum('pending') }} |