@extends('layouts.app') @section('title', 'Dashboard') @section('content')

Dashboard

{{ now()->format('l, d F Y') }}

@can('view opd') New Appointment @endcan
+12%

42

OPD Today

72% full

18/50

IPD Beds

Pending

12

Lab Queue

Today

₹24.5K

Revenue

Active Queue

Live OPD consultation status

View Queue
@foreach(range(1,5) as $i)
{{ $i }}

Patient #{{ 1024 + $i }}

Token T-{{ 100 + $i }} · Room 4B

With Doctor
@endforeach

Facility Occupancy

Critical Care 40%
General Ward 72%
ICU 55%

Quick Actions

@can('view patients') Register Patient @endcan @can('view billing') Create Invoice @endcan @can('view reports') View Reports @endcan
@endsection