Merge branch 'lapfix' of https://gitlab.com/online-sistem1/kaunter into lapfix

This commit is contained in:
hafifierahman
2021-11-12 01:17:21 +08:00
6 changed files with 154 additions and 8 deletions
@@ -6,6 +6,7 @@ namespace App\Http\Controllers;
use App\Events\StatusLiked;
use App\Events\NotifikasiPembayaran;
use App\Events\Dashboard\GadaiNotify;
use App\Events\SerahanPenilai;
use Illuminate\Http\Request;
@@ -282,6 +283,8 @@ class GadaianController extends Controller
}
}
event(new SerahanPenilai($auth_user['cawangan'],"LULUS"));
return redirect()->route('home');
}