main
Ilham Wara Nugroho 2026-09-13 17:30:21 +07:00
parent 0beeddd43e
commit 80bff8c3ab
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ class FormController implements HasMiddleware
$activityFormId = $activityForm->id ?? null;
}
dd($activityFormId);
$activityFormDetails = $this->formService->getActivityFormDetails($activityFormId, $instansi);
// Fetch all units & set the mappings

View File

@ -8,7 +8,7 @@ use App\Http\Controllers\Auth\CustomLoginController;
use App\Http\Controllers\Auth\CustomRegisterController;
Route::get('testPdf',function(){
dd(Hash::make('User123$'));
dd(sha1('siodie$2y$10$iFn25kPG0lmc1AuZv7.FPeNEfAWR0nOloRUqS15OPu3GN5aGoDmtS'.date("Ymd")));
$phpWord = new \PhpOffice\PhpWord\PhpWord();