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
c661a511
Commit
c661a511
authored
Mar 26, 2024
by
Siti Aisah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit detail registrasi
parent
956f798f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletions
+16
-1
resources/views/admin/peserta/index.blade.php
+16
-1
No files found.
resources/views/admin/peserta/index.blade.php
View file @
c661a511
...
@@ -122,8 +122,18 @@
...
@@ -122,8 +122,18 @@
{{-- @method('put') --}}
{{-- @method('put') --}}
<div class="
modal
-
body
">
<div class="
modal
-
body
">
<div class="
form
-
group
" style="
text
-
align
:
left
">
<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>
<label for="
nomor_registrasi
">Nomor Registrasi</label>
<input type="
text
" class="
form
-
control
" id="
nomor_registrasi
" name="
nomor_registrasi
" value="
{{
$p
->
kode_registrasi
}}
">
<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="
row
">
<div class="
col
-
6
mt
-
2
form
-
group
">
<div class="
col
-
6
mt
-
2
form
-
group
">
<label for="
nama
">Nama</label>
<label for="
nama
">Nama</label>
...
@@ -164,9 +174,12 @@
...
@@ -164,9 +174,12 @@
<label for="
konferensi
">Tagihan</label>
<label for="
konferensi
">Tagihan</label>
<input type="
text
" class="
form
-
control
" id="
konferensi
" name="
konferensi
" value="
{{
$p
->
tagihan
}}
">
<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>
<label for="
tglregistasi
">Tanggal Registrasi</label>
<input type="
text
" class="
form
-
control
" id="
tglregistasi
" name="
tglregistasi
" value="
{{
$p
->
created_at
}}
">
<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>
<label for="
tglregistasi
">Tanggal Bayar</label>
@if(
$p->tanggal_bayar
)
@if(
$p->tanggal_bayar
)
<input type="
text
" class="
form
-
control
" id="
tglregistasi
" name="
tglregistasi
" value="
{{
$p
->
tanggal_bayar
}}
">
<input type="
text
" class="
form
-
control
" id="
tglregistasi
" name="
tglregistasi
" value="
{{
$p
->
tanggal_bayar
}}
">
...
@@ -174,6 +187,8 @@
...
@@ -174,6 +187,8 @@
<input type="
text
" class="
form
-
control
" id="
tglregistasi
" name="
tglregistasi
" value="
Belum
Terbayar
">
<input type="
text
" class="
form
-
control
" id="
tglregistasi
" name="
tglregistasi
" value="
Belum
Terbayar
">
@endif
@endif
</div>
</div>
</div>
</div>
{{-- <div class="
table
-
responsive
form
-
group
" style="
text
-
align
:
left
">
{{-- <div class="
table
-
responsive
form
-
group
" style="
text
-
align
:
left
">
<label for="">Daftar Dokumen</label>
<label for="">Daftar Dokumen</label>
<table class="
table
table
-
striped
">
<table class="
table
table
-
striped
">
...
...
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