Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simpkm
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
Farendi Giotivano R.P
simpkm
Commits
83f337f8
Commit
83f337f8
authored
2 years ago
by
Farendi Giotivano R.P
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seting jadwal upload
parent
48137462
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/Http/Controllers/Mahasiswa/ProposalController.php
+1
-1
resources/views/backend/mahasiswa/proposal/index.blade.php
+1
-1
No files found.
app/Http/Controllers/Mahasiswa/ProposalController.php
View file @
83f337f8
...
...
@@ -82,7 +82,7 @@ class ProposalController extends Controller
$jadwal
=
JadwalKegiatan
::
where
(
'periode_id'
,
$periode
->
where
(
'status'
,
1
)
->
first
()
->
periode_id
)
->
where
(
'nama'
,
'Upload Proposal Seleksi Internal'
)
->
first
();
if
((
$jadwal
->
tanggal_mulai
<=
Carbon
::
now
())
&&
(
$jadwal
->
tanggal_selesai
>
=
Carbon
::
now
())){
if
((
$jadwal
->
tanggal_mulai
<=
Carbon
::
now
())
&&
(
$jadwal
->
tanggal_selesai
<
=
Carbon
::
now
())){
return
redirect
()
->
route
(
'mahasiswa.proposal.index'
)
->
with
(
'warning'
,
'Batas Pengajuan telah berakhir!'
);
}
...
...
This diff is collapsed.
Click to expand it.
resources/views/backend/mahasiswa/proposal/index.blade.php
View file @
83f337f8
...
...
@@ -23,7 +23,7 @@
</div>
<div class="
col
-
md
-
4
">
<div class="
float
-
end
d
-
none
d
-
md
-
block
">
{{-- <a href="
{{
URL
::
to
(
'mahasiswa/proposal/create'
)
}}
" type="
button
" class="
btn
btn
-
primary
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
plus
-
circle
"></i> Tambah Data</a> --}}
<a href="
{{
URL
::
to
(
'mahasiswa/proposal/create'
)
}}
" type="
button
" class="
btn
btn
-
primary
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
plus
-
circle
"></i> Tambah Data</a>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
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