Merge branch 'Hayatie' of https://gitlab.com/erahn/voting into finadev

This commit is contained in:
nurafrinaalimi16
2024-04-07 11:14:33 +08:00
34 changed files with 451 additions and 228 deletions
@@ -50,8 +50,8 @@ class UpdateController extends Controller
$nominee->no_anggota = $request->no_anggota;
$nominee->position_id = $request->position_id;
$nominee->partylist_id = $request->partylist_id;
$nominee->motto = $request->motto;
$nominee->description = $request->description;
$nominee->education = $request->education;
$nominee->experience = $request->experience;
if ($request->hasFile('photo')) {
$imageData = file_get_contents($request->file('photo'));