@extends('layouts.admin.app') @section('title', ' - Dashboard') @section('content')
Total Pengguna
{{ $totalUsers }}
Total Café
{{ \App\Models\Cafe::count() }}
Pesan Belum Dibaca
{{ \App\Models\ContactMessage::where('is_read', false)->count() }}
| NAMA | ROLE | TANGGAL DAFTAR | |
|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | {{ ucfirst($user->role) }} | {{ $user->created_at->format('d M Y') }} |
| Tidak ada pengguna yang ditemukan. | |||