update
parent
234c24c649
commit
9b41f12899
|
|
@ -41,7 +41,8 @@ class HomeController extends Controller
|
|||
}else{
|
||||
$data['resource'] = Template::with(['dataset'])->whereHas('dataset',function($query){
|
||||
$query->where('instansi_id',auth()->user()->ms_instansi_id);
|
||||
})->where('show_dashboard',1)->get();
|
||||
})->limit(4)->get();
|
||||
// })->where('show_dashboard',1)->get();
|
||||
}
|
||||
$data['classDataset'] = Dataset::class;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue