add function skit2

This commit is contained in:
hafifierahman
2021-11-09 06:58:10 +08:00
parent 05bbd5c2c2
commit eee1ab6105
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');
}