main
Ilham Wara Nugroho 2026-03-04 09:33:50 +07:00
parent 85dc082916
commit 903723520c
1 changed files with 2 additions and 2 deletions

View File

@ -100,12 +100,12 @@ class DatasetController extends Controller
if(@$request->tahun){
$data->where('tahun',$request->tahun);
}
$data->orderBy('DatasetId','DESC')->get();
$data->orderBy('DatasetId','DESC');
// $data = User::with(['group'])->orderBy('id','DESC')->get();
$_data = [];
foreach ($data as $key => $row) {
foreach ($data->get() as $key => $row) {
$action = '';