@extends('layouts.app') @section('content')

Doctor

{{ $dcount }}

Patient

{{ $pcount }}

Today's Appointment

{{ $acount }}

Bed Availability

{{ $bcount - $bacount }}

@include('admin.dashboard.inc.appointment') @endsection @section('scripts') @endsection