@php
$totalGlosarium = \App\Models\Glosarium::count();
$withSource = \App\Models\Glosarium::whereNotNull('judul_perda')->count();
$recentlyAdded = \App\Models\Glosarium::where('created_at', '>=', now()->subDays(7))->count();
@endphp
{{ $totalGlosarium }}
Total Istilah
{{ $withSource }}
Dengan Sumber
{{ $recentlyAdded }}
7 Hari Ini