hapus gadai dan notifikasi baiki

This commit is contained in:
hafifierahman
2021-01-10 02:16:37 +08:00
parent e9207d3cc9
commit 0073e5a1d6
4 changed files with 49 additions and 6 deletions
@@ -19,7 +19,6 @@ class KelulusanController extends Controller
$kelulusan=Mohon::on($cawangan['mysql'])
->where('TARIKH','=',$harini->toDateString())
->where('pelulus','=','')
->where('masalulus','=','')
->get();
@@ -36,7 +35,6 @@ class KelulusanController extends Controller
$kelulusan=Mohon::on($cawangan['mysql'])
->where('TARIKH','=',$harini->toDateString())
->where('NORUJUKAN','=',$norujukan)
->where('pelulus','<>','')
->where('masalulus','<>','')
->get();