main
Ilham Wara Nugroho 2026-04-08 15:21:38 +07:00
parent 53b4723c5c
commit 7cdc95c04c
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ class HomeController extends Controller
) as total_resource
")
->value('total_resource');
dd(session());
$data['total'] = Dataset::where('instansi_id', session('instansi_id'))
->where('status',1)
->where('tahun',date('Y'))