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
96d81f74
Commit
96d81f74
authored
May 16, 2025
by
Syaifur Rohman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix jurusan dalam kelas
parent
431428a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
18 deletions
+18
-18
edit.blade.php
...rces/views/admin/importdapodik/importSiswa/edit.blade.php
+6
-6
edit.blade.php
resources/views/admin/siswa/siswa/edit.blade.php
+6
-6
edit.blade.php
resources/views/admin/siswa/siswa_dapodik/edit.blade.php
+6
-6
No files found.
resources/views/admin/importdapodik/importSiswa/edit.blade.php
View file @
96d81f74
...
...
@@ -18,7 +18,7 @@
<li class="
breadcrumb
-
item
active
">Edit</li>
@endcomponent
<div class="
container
-
fluid
">
<div class="
row
">
<div class="
col
-
sm
-
12
">
...
...
@@ -41,9 +41,9 @@
<div class="
form
-
group
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Kode Kelas</label>
<select id="
select
-
kelas
" class="
form
-
select
select2
@
error
(
'idPKKode'
)
is
-
invalid
@
enderror
" name="
idPKKode
" aria-label="
Default
select
example
">
@foreach (
$kelaskode
as
$r
)
@foreach (
$kelaskode
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idPKKode',
$siswa->idPKKode
) ==
$r->id
? 'selected' : '' }}>
{{
$r->kelas
->nama }} {{
$r->jurusan
->nama }} {{
$r->nama
}}
{{
$r->kelas
->nama }} {{
$r->
kelas
->
jurusan->nama }} {{
$r->nama
}}
</option>
@endforeach
</select >
...
...
@@ -52,7 +52,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Pilih Guru Konseling</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idSKonselor'
)
is
-
invalid
@
enderror
" name="
idSKonselor
" aria-label="
Default
select
example
" required>
<option value="">Pilih Guru Konseling</option>
@foreach (
$konselor
as
$r
)
@foreach (
$konselor
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idSKonselor',
$siswa->konselor
?->id) ==
$r->id
? 'selected' : '' }}>
{{
$r->guru
->nama }}
</option>
...
...
@@ -63,7 +63,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Agama</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idMAgama'
)
is
-
invalid
@
enderror
" name="
idMAgama
" aria-label="
Default
select
example
">
<option value="">Pilih Agama</option>
@foreach (
$agama
as
$r
)
@foreach (
$agama
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idMAgama',
$siswa->agama
?->id) ==
$r->id
? 'selected' : '' }}>
{{
$r->nama
}}
</option>
...
...
@@ -101,7 +101,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Tempat Tinggal</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idMTempat'
)
is
-
invalid
@
enderror
" name="
idMTempat
" aria-label="
Default
select
example
" required>
<option value="">Pilih Tempat Tinggal</option>
@foreach (
$tempat
as
$r
)
@foreach (
$tempat
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idMTempat',
$siswa->idMTempat
) ==
$r->id
? 'selected' : '' }}>
{{
$r->nama
}}
</option>
...
...
resources/views/admin/siswa/siswa/edit.blade.php
View file @
96d81f74
...
...
@@ -18,7 +18,7 @@
<li class="
breadcrumb
-
item
active
">Edit</li>
@endcomponent
<div class="
container
-
fluid
">
<div class="
row
">
<div class="
col
-
sm
-
12
">
...
...
@@ -41,9 +41,9 @@
<div class="
form
-
group
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Kode Kelas</label>
<select id="
select
-
kelas
" class="
form
-
select
select2
@
error
(
'idPKKode'
)
is
-
invalid
@
enderror
" name="
idPKKode
" aria-label="
Default
select
example
">
@foreach (
$kelaskode
as
$r
)
@foreach (
$kelaskode
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idPKKode',
$siswa->idPKKode
) ==
$r->id
? 'selected' : '' }}>
{{
$r->kelas
->nama }} {{
$r->jurusan
->nama }} {{
$r->nama
}}
{{
$r->kelas
->nama }} {{
$r->
kelas
->
jurusan->nama }} {{
$r->nama
}}
</option>
@endforeach
</select >
...
...
@@ -52,7 +52,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Pilih Guru Konseling</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idSKonselor'
)
is
-
invalid
@
enderror
" name="
idSKonselor
" aria-label="
Default
select
example
" required>
<option value="">Pilih Guru Konseling</option>
@foreach (
$konselor
as
$r
)
@foreach (
$konselor
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idSKonselor',
$siswa->konselor
?->id) ==
$r->id
? 'selected' : '' }}>
{{
$r->guru
->nama }}
</option>
...
...
@@ -63,7 +63,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Agama</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idMAgama'
)
is
-
invalid
@
enderror
" name="
idMAgama
" aria-label="
Default
select
example
">
<option value="">Pilih Agama</option>
@foreach (
$agama
as
$r
)
@foreach (
$agama
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idMAgama',
$siswa->agama
?->id) ==
$r->id
? 'selected' : '' }}>
{{
$r->nama
}}
</option>
...
...
@@ -101,7 +101,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Tempat Tinggal</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idMTempat'
)
is
-
invalid
@
enderror
" name="
idMTempat
" aria-label="
Default
select
example
" required>
<option value="">Pilih Tempat Tinggal</option>
@foreach (
$tempat
as
$r
)
@foreach (
$tempat
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idMTempat',
$siswa->idMTempat
) ==
$r->id
? 'selected' : '' }}>
{{
$r->nama
}}
</option>
...
...
resources/views/admin/siswa/siswa_dapodik/edit.blade.php
View file @
96d81f74
...
...
@@ -18,7 +18,7 @@
<li class="
breadcrumb
-
item
active
">Edit</li>
@endcomponent
<div class="
container
-
fluid
">
<div class="
row
">
<div class="
col
-
sm
-
12
">
...
...
@@ -41,9 +41,9 @@
<div class="
form
-
group
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Kode Kelas</label>
<select id="
select
-
kelas
" class="
form
-
select
select2
@
error
(
'idPKKode'
)
is
-
invalid
@
enderror
" name="
idPKKode
" aria-label="
Default
select
example
">
@foreach (
$kelaskode
as
$r
)
@foreach (
$kelaskode
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idPKKode',
$siswa->idPKKode
) ==
$r->id
? 'selected' : '' }}>
{{
$r->kelas
->nama }} {{
$r->jurusan
->nama }} {{
$r->nama
}}
{{
$r->kelas
->nama }} {{
$r->
kelas
->
jurusan->nama }} {{
$r->nama
}}
</option>
@endforeach
</select >
...
...
@@ -52,7 +52,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Pilih Guru Konseling</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idSKonselor'
)
is
-
invalid
@
enderror
" name="
idSKonselor
" aria-label="
Default
select
example
" required>
<option value="">Pilih Guru Konseling</option>
@foreach (
$konselor
as
$r
)
@foreach (
$konselor
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idSKonselor',
$siswa->konselor
?->id) ==
$r->id
? 'selected' : '' }}>
{{
$r->guru
->nama }}
</option>
...
...
@@ -63,7 +63,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Agama</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idMAgama'
)
is
-
invalid
@
enderror
" name="
idMAgama
" aria-label="
Default
select
example
">
<option value="">Pilih Agama</option>
@foreach (
$agama
as
$r
)
@foreach (
$agama
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idMAgama',
$siswa->agama
?->id) ==
$r->id
? 'selected' : '' }}>
{{
$r->nama
}}
</option>
...
...
@@ -101,7 +101,7 @@
<label class="
col
-
sm
-
3
col
-
form
-
label
">Tempat Tinggal</label>
<select id="
select
-
sem
" class="
form
-
select
select2
@
error
(
'idMTempat'
)
is
-
invalid
@
enderror
" name="
idMTempat
" aria-label="
Default
select
example
" required>
<option value="">Pilih Tempat Tinggal</option>
@foreach (
$tempat
as
$r
)
@foreach (
$tempat
as
$r
)
<option value="
{{
$r
->
id
}}
" {{ old('idMTempat',
$siswa->idMTempat
) ==
$r->id
? 'selected' : '' }}>
{{
$r->nama
}}
</option>
...
...
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