@extends('layouts.app') @section('content')
Total Users
{{ $stats['total_users'] }}
Students
{{ $stats['total_students'] }}
Parents
{{ $stats['total_parents'] }}
Recent
{{ $stats['recent_users'] }}
| User | Contact | Role | Education / Children | Joined | Actions |
|---|---|---|---|---|---|
| {{ $user->name }} | {{ $user->phone }} | {{ $user->role }} | {{ $user->role === 'Student' ? ($user->current_education ?? 'N/A') : $user->children->count().' children' }} | {{ $user->created_at->format('Y-m-d') }} | View |
| No users found | |||||