naming changes

This commit is contained in:
faiqahzaman
2024-02-29 09:57:59 +08:00
parent 25d85dac75
commit c8f23d2e58
21 changed files with 57 additions and 57 deletions
@@ -1,15 +1,15 @@
<template>
<div class="panel panel-default">
<div class="panel-body">
<h4>Add Voter</h4>
<h4>Tambah Pengundi</h4>
<form @submit.prevent="add()" id="add-form">
<div class="form-group">
<label for="name">Name</label>
<label for="name">Nama</label>
<input type="text" name="name" class="form-control" required>
</div>
<div class="form-group">
<label for="student_id">Student ID</label>
<label for="student_id">No. Anggota</label>
<input type="text" name="student_id" class="form-control" required>
</div>