masuk aging

This commit is contained in:
hafifierahman
2021-01-31 08:33:26 +08:00
parent aaf1679c6c
commit 428a41dae1
4 changed files with 56 additions and 3 deletions
@@ -57,6 +57,9 @@ class KelulusanController extends Controller
$kelulusan=Mohon::on($cawangan['mysql'])
->where('tarikh','<',$harini->toDateString())
->where('pelulus','=','khazanah')
->where('peloperasi','=','')
->where('masalulus','<>','')
->get();
return response()->json($kelulusan);