@extends('layouts.website.website') @section('content') @php $doctors = App\User::where('role_id',4)->count(); @endphp {{ $doctors }} Doctor(s) @php $patient = App\User::where('role_id',8)->count(); @endphp {{ $patient }} Patient(s) @php $appointment = App\DoctorAppoinment::count(); @endphp {{ $appointment }} Appointment(s) @php $prescription = App\DoctorPrescription::count(); @endphp {{ $prescription }} Prescription @php $case = App\PatientCase::count(); @endphp {{ $case }} Case History @php $case = App\PatientCase::count(); @endphp {{ $case }} Lab Report(s) @php $document = App\PatientDocument::count(); @endphp {{ $document }} Document(s) 3 Payment Invoice Notice Title Description Add Notice All Notice Tue 06 October, 2020 Income : $1,850.00 Expense : $0.00 Appointment : 1 October, 2020 Income : $7,510.00 Expense : $5,000.00 Appointment : 4 2020 Income : $7,510.00 Expense : $5,000.00 Appointment : 4 @endsection
Doctor(s)
Patient(s)
Appointment(s)
Prescription
Case History
Lab Report(s)
Document(s)
Payment Invoice