Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
konaspi2024
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
konaspi2024
Commits
fd38e85b
Commit
fd38e85b
authored
Mar 26, 2024
by
Triyah Fatmawati
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.unesa.ac.id/aisah/konaspi2024
parents
91c048cf
c661a511
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
11 deletions
+26
-11
resources/views/admin/peserta/index.blade.php
+26
-11
No files found.
resources/views/admin/peserta/index.blade.php
View file @
fd38e85b
...
...
@@ -122,8 +122,18 @@
{{-- @method('put') --}}
<div class="
modal
-
body
">
<div class="
form
-
group
" style="
text
-
align
:
left
">
<label for="
nomor_registrasi
">Nomor Registrasi</label>
<input type="
text
" class="
form
-
control
" id="
nomor_registrasi
" name="
nomor_registrasi
" value="
{{
$p
->
kode_registrasi
}}
">
<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,15 +174,20 @@
<label for="
konferensi
">Tagihan</label>
<input type="
text
" class="
form
-
control
" id="
konferensi
" name="
konferensi
" value="
{{
$p
->
tagihan
}}
">
<label for="
tglregistasi
">Tanggal Registrasi</label>
<input type="
text
" class="
form
-
control
" id="
tglregistasi
" name="
tglregistasi
" value="
{{
$p
->
created_at
}}
">
<label for="
tglregistasi
">Tanggal Bayar</label>
@if(
$p->tanggal_bayar
)
<input type="
text
" class="
form
-
control
" id="
tglregistasi
" name="
tglregistasi
" value="
{{
$p
->
tanggal_bayar
}}
">
@else
<input type="
text
" class="
form
-
control
" id="
tglregistasi
" name="
tglregistasi
" value="
Belum
Terbayar
">
@endif
<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
}}
">
@else
<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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment