Commit fd38e85b by Triyah Fatmawati

Merge branch 'master' of http://git.unesa.ac.id/aisah/konaspi2024

parents 91c048cf c661a511
......@@ -122,8 +122,18 @@
{{-- @method('put') --}}
<div class="modal-body">
<div class="form-group" style="text-align: left">
<div class="row">
<div class="col-6 mt-2 form-group">
<label for="nomor_registrasi">Nomor Registrasi</label>
<input type="text" class="form-control" id="nomor_registrasi" name="nomor_registrasi" value="{{ $p->kode_registrasi }}">
</div>
<div class="col-6 mt-2 form-group">
<label for="nik">NIK</label>
<input type="number" class="form-control" id="nik" name="nik" value="{{ $p->nik }}">
</div>
</div>
<div class="row">
<div class="col-6 mt-2 form-group">
<label for="nama">Nama</label>
......@@ -164,9 +174,12 @@
<label for="konferensi">Tagihan</label>
<input type="text" class="form-control" id="konferensi" name="konferensi" value="{{ $p->tagihan }}">
<div class="row">
<div class="col-6 mt-2 form-group">
<label for="tglregistasi">Tanggal Registrasi</label>
<input type="text" class="form-control" id="tglregistasi" name="tglregistasi" value="{{ $p->created_at }}">
</div>
<div class="col-6 mt-2 form-group">
<label for="tglregistasi">Tanggal Bayar</label>
@if($p->tanggal_bayar)
<input type="text" class="form-control" id="tglregistasi" name="tglregistasi" value="{{ $p->tanggal_bayar }}">
......@@ -174,6 +187,8 @@
<input type="text" class="form-control" id="tglregistasi" name="tglregistasi" value="Belum Terbayar">
@endif
</div>
</div>
</div>
{{-- <div class="table-responsive form-group" style="text-align: left">
<label for="">Daftar Dokumen</label>
<table class="table table-striped">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment