+ + {/* --- HEADER SECTION --- */} +
+ + {/* Title Text */} +
+

{t('title')}

+

+ {t('description')} +

+
+ + {/* Actions Group: Notification, Button, Profile */} +
+ + + + +
+ Admin Profile +
+
+
+ + {/* --- STATS GRID --- */} +
+ {stats.map((stat, index) => ( +
+
+ +
+

{stat.label}

+

{stat.value}

+
+
+
+ ))} +
+ + {/* --- Table & Activity --- */} +
+ + {/* --- Table --- */} +
+

{t('criticalRequests')}

+ +
+ + + + + + + + + + + {criticalRequests.map((row, i) => ( + + + + + + + ))} + +
{t('table.bloodType')}{t('table.hospital')}{t('table.status')}{t('table.unit')}
{row.type} +
{row.hospital}
+ {row.time &&
Lagos State - {row.time}
} +
+ + {row.status} + + {row.unit}
+
+
+ + {/* --- RECENT ACTIVITY --- */} +
+

{t('recentActivity')}

+ +
+
+ +
+

New donor registered

+

+ Sarah Johnson (A+) just signed up in Ikeja. +

+ JUST NOW +
+
+ +
+ +
+

Delivery Completed

+

+ Rider #205 delivered 5 units to Abuja Hospital +

+ 2 HOURS AGO +
+
+ +
+ +
+

Delivery Completed

+

+ Rider #201 delivered 5 units to London Hospital +

+ 12 HOURS AGO +
+
+
+ + +
+ +
+