main
Ilham Wara Nugroho 2026-04-08 15:34:56 +07:00
parent 7d7075604a
commit cee060c0f1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class HomeController extends Controller
->value('total_resource'); ->value('total_resource');
$data['total'] = Dataset::where('instansi_id', session('instansi_id')) $data['total'] = Dataset::where('instansi_id', session('instansi_id'))
->where('status',1) ->where('status','1')
->where('tahun',date('Y')) ->where('tahun',date('Y'))
->whereIn('template_id', json_decode(session('resource_data')))->count(); ->whereIn('template_id', json_decode(session('resource_data')))->count();