@extends('layouts.branch') @section('title', 'OPD Registration Report') @section('header', 'OPD Registration Report') @section('content')
Total Traffic
{{ number_format($totalCount) }}
Aggregated visit registrations
Active Files
{{ number_format($registrations->where('status', 'active')->count()) }}
Currently in-progress consultations
Clinical Efficiency
{{ number_format($rate, 1) }}%
Visit completion performance
| Visit Date | UHID | OPD No. | Patient | Department | Doctor | Address | City/State | Phone | Status |
|---|---|---|---|---|---|---|---|---|---|
| {{ $reg->visit_date->format('d M, y') }} | {{ $reg->uhid }} | {{ $reg->opd_number }} |
{{ $reg->full_name }} |
{{ $reg->charge?->department->name ?? 'N/A' }} | {{ $reg->doctor->name }} | {{ $reg->address ?? '-' }} | {{ $reg->city ?? '-' }} / {{ $reg->state ?? '-' }} | {{ $reg->mobile_number }} | {{ $reg->status }} |
|
No records found for the selected range |
|||||||||