Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sibiling
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syaifur
sibiling
Commits
ff4737fd
Commit
ff4737fd
authored
Oct 23, 2024
by
syaifurplus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
telpon sekolah
parent
a0bc6837
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
edit.blade.php
resources/views/admin/perpus/info/edit.blade.php
+4
-4
No files found.
resources/views/admin/perpus/info/edit.blade.php
View file @
ff4737fd
...
@@ -53,11 +53,11 @@
...
@@ -53,11 +53,11 @@
<input name="
nama
" class="
form
-
control
" type="
text
" disabled value="
{{
$sekolahan
->
nama
}}
">
<input name="
nama
" class="
form
-
control
" type="
text
" disabled value="
{{
$sekolahan
->
nama
}}
">
</div>
</div>
<div class="
mb
-
3
">
<div class="
mb
-
3
">
<label class="
col
-
form
-
label
pt
-
0
" for="
exampleInputEmail1
">Alamat</label>
<label class="
col
-
form
-
label
pt
-
0
" for="
exampleInputEmail1
">Alamat
Sekolah
</label>
<input name="
alamat
" class="
form
-
control
" type="
text
" value="
{{
old
(
'alamat'
,
$sekolahan
->
alamat
)
}}
">
<input name="
alamat
" class="
form
-
control
" type="
text
" value="
{{
old
(
'alamat'
,
$sekolahan
->
alamat
)
}}
">
</div>
</div>
<div class="
mb
-
3
">
<div class="
mb
-
3
">
<label class="
col
-
form
-
label
pt
-
0
" for="
exampleInputEmail1
">Telp</label>
<label class="
col
-
form
-
label
pt
-
0
" for="
exampleInputEmail1
">Telp
on Sekolah
</label>
<input name="
telp
" class="
form
-
control
" type="
text
" placeholder="
Masukkan
telp
" value="
{{
old
(
'telp'
,
$sekolahan
->
telp
)
}}
">
<input name="
telp
" class="
form
-
control
" type="
text
" placeholder="
Masukkan
telp
" value="
{{
old
(
'telp'
,
$sekolahan
->
telp
)
}}
">
{{-- penempatan name selalu sebelah input ya, biar gampang di cek --}}
{{-- penempatan name selalu sebelah input ya, biar gampang di cek --}}
</div>
</div>
...
...
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