@extends('layouts.app') @section('title', 'Admin Dashboard') @section('content')
Total Doctors
{{ $stats['doctors'] }}
Verified Doctors
{{ $stats['verified_doctors'] }}
Pending Doctors
{{ $stats['pending_doctors'] }}
Branches
{{ $stats['branches'] }}
Total Prescriptions
{{ $stats['prescriptions'] }}
Total Appointments
{{ $stats['appointments'] }}
Pending Appointments
{{ $stats['pending_appointments'] }}
Total Patients
{{ $stats['patients'] }}
{{ $notification->data['message'] ?? 'New notification' }}
@if(isset($notification->data['type']) && $notification->data['type'] === 'doctor_registration')Doctor: {{ $notification->data['doctor_name'] ?? 'N/A' }}
Prescription #: {{ $notification->data['prescription_number'] ?? 'N/A' }}
{{ $notification->created_at->diffForHumans() }}