translatedFormat('l, d F Y'); // Pastikan nama view sesuai lokasi file blade-mu (admin.dashboard atau dashboard.index) return view('admin.dashboard', compact( 'totalKategori', 'totalTemplate', 'totalPelanggan', 'today' )); } }