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
08f6db81
Commit
08f6db81
authored
May 16, 2025
by
Syaifur Rohman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove temporary category on konseling bimbingan
parent
50eb0371
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
KonselingController.php
...ntrollers/Admin/Layanan/Konseling/KonselingController.php
+4
-4
PembinaanController.php
...ntrollers/Admin/Layanan/Konseling/PembinaanController.php
+3
-3
create.blade.php
.../views/admin/layanan/konseling/konseling/create.blade.php
+2
-2
create.blade.php
.../views/admin/layanan/konseling/pembinaan/create.blade.php
+2
-2
No files found.
app/Http/Controllers/Admin/Layanan/Konseling/KonselingController.php
View file @
08f6db81
...
...
@@ -61,7 +61,7 @@ public function __construct()
'url'
=>
$this
->
url
,
'page'
=>
'Data Konseling Siswa'
,
];
return
view
(
$this
->
views
.
"/create"
,
$data
);
}
...
...
@@ -76,9 +76,9 @@ public function __construct()
if
(
!
isset
(
$konselor
)){
return
redirect
(
"
$this->url
"
)
->
with
(
'gagal'
,
'Guru Konseling belum di set atau tidak aktif'
);
};
$dataKonseling
=
[
'category_id'
=>
$request
->
get
(
'category_id'
),
//
'category_id' => $request->get('category_id'),
'idPSekolah'
=>
session
()
->
get
(
'idPSekolah'
),
'idPKKode'
=>
$request
->
idPKKode
,
'idPPeriode'
=>
session
()
->
get
(
'idPPeriode'
),
...
...
@@ -123,7 +123,7 @@ public function __construct()
'gurukonselor'
=>
$konselor
,
'mutasiKonseling'
=>
$mutasiKonseling
,
];
return
view
(
$this
->
views
.
"/show"
,
$data
);
}
}
app/Http/Controllers/Admin/Layanan/Konseling/PembinaanController.php
View file @
08f6db81
...
...
@@ -78,13 +78,13 @@ public function __construct()
if
(
!
isset
(
$konselor
)){
return
redirect
(
"
$this->url
"
)
->
with
(
'gagal'
,
'Guru Konseling belum di set atau tidak aktif'
);
};
$isian_tanggal
=
$request
->
isian_tanggal
;
$isian_tanggal
=
$request
->
isian_tanggal
;
$isian_tanggal
=
date
(
"d-m-Y"
,
strtotime
(
$isian_tanggal
));
$dataPembinaan
=
[
'category_id'
=>
$request
->
get
(
'category_id'
),
//
'category_id' => $request->get('category_id'),
'idPSekolah'
=>
session
()
->
get
(
'idPSekolah'
),
'idPKKode'
=>
$request
->
idPKKode
,
'idPPeriode'
=>
session
()
->
get
(
'idPPeriode'
),
...
...
resources/views/admin/layanan/konseling/konseling/create.blade.php
View file @
08f6db81
...
...
@@ -37,12 +37,12 @@
<form action="
{{
url
(
$url
)
}}
/
store
" method="
POST
">
@csrf
<div class="
card
-
body
">
<div class="
mb
-
3
">
{{--
<div class="
mb
-
3
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Pilih Kategori</label>
<select id="
select
-
kategori
" class="
form
-
select
select2
" name="
category_id
" aria-label="
Default
select
example
" required>
<option value="">Pilih Kategori Terlebih Dahulu</option>
</select >
</div>
</div>
--}}
<div class="
mb
-
3
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Pilih Kelas</label>
<select id="
select
-
kodekelas
" class="
form
-
select
select2
" name="
idPKKode
" aria-label="
Default
select
example
" required>
...
...
resources/views/admin/layanan/konseling/pembinaan/create.blade.php
View file @
08f6db81
...
...
@@ -37,12 +37,12 @@
<form action="
{{
url
(
$url
)
}}
/
store
" method="
POST
">
@csrf
<div class="
card
-
body
">
<div class="
mb
-
3
">
{{--
<div class="
mb
-
3
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Pilih Kategori</label>
<select id="
select
-
kategori
" class="
form
-
select
select2
" name="
category_id
" aria-label="
Default
select
example
" required>
<option value="">Pilih Kategori Terlebih Dahulu</option>
</select >
</div>
</div>
--}}
<div class="
mb
-
3
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Pilih Kelas</label>
<select id="
select
-
kodekelas
" class="
form
-
select
select2
" name="
idPKKode
" aria-label="
Default
select
example
" required>
...
...
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