You are on page 1of 1

<!

-- --> <div class="form-group row">


<!-- --> <label for="kategoriref" class="col-sm-3 col-form-label">Gambar
Kategori</label> <br>
<!-- --> <img src="../gambar/<?= $data['kategoriGambar']; ?>" width="50px"
height ="50px" ><br>
<!-- --> <div class="col-sm-9">
<!-- --> <input type="file" class="form-control" id="kategorigambar"
name="gambar" placeholder="Referensi Kategori">
<!-- --> </div>
<!-- --> </div>
<!-- -->

You might also like