This commit is contained in:
Dwi Swandhana
2026-06-05 04:57:21 +07:00
parent 5064baa89e
commit 050ff69068
3 changed files with 7 additions and 7 deletions
@@ -412,7 +412,7 @@ class ListController extends Controller
$q->where(function($sub) {
$sub->whereNotIn('status', ['Selesai', 'Arsip'])
->where('status', 'not like', 'Dibatalkan%');
})->orWhereNull('status');
});
});
} else if ($jenis == 'ThisDayPendaftaran') {
$arraylist = $arraylist->whereDate('daftar', Carbon::today());