Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simpmw
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
Alfiro Pratama
simpmw
Commits
dbd9ac8c
Commit
dbd9ac8c
authored
Dec 19, 2024
by
Alfiro Pratama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cek Laporan Akhir (View by Admin / Operator)
parent
f9d0ea30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
app/Http/Controllers/Operator/MonevProposalController.php
+6
-0
No files found.
app/Http/Controllers/Operator/MonevProposalController.php
View file @
dbd9ac8c
...
...
@@ -132,7 +132,9 @@ class MonevProposalController extends Controller
$rata
=
$record
->
rata
;
$logbook
=
is_null
(
$record
->
logbook_file
)
?
'<span class="badge bg-danger">File logbook belum diunggah</span>'
:
'<a href="https://statik.unesa.ac.id/simpmw/'
.
$path
[
$record
->
jenis_monev_id
]
.
'/logbook/'
.
$record
->
logbook_file
.
'" class="btn btn-primary btn-sm waves-effect waves-light" role="button" target="_blank">Review <i class="fas fa-search"></i></a>'
;
$laporan_kemajuan
=
is_null
(
$record
->
kemajuan_file
)
?
'<span class="badge bg-danger">File laporan kemajuan belum diunggah</span>'
:
'<a href="https://statik.unesa.ac.id/simpmw/'
.
$path
[
$record
->
jenis_monev_id
]
.
'/kemajuan/'
.
$record
->
kemajuan_file
.
'" class="btn btn-primary btn-sm waves-effect waves-light" role="button" target="_blank">Review <i class="fas fa-search"></i></a>'
;
$laporan_akhir
=
is_null
(
$record
->
akhir_file
)
?
'<span class="badge bg-danger">File laporan akhir belum diunggah</span>'
:
'<a href="https://statik.unesa.ac.id/simpmw/'
.
$path
[
$record
->
jenis_monev_id
]
.
'/akhir/'
.
$record
->
akhir_file
.
'" class="btn btn-primary btn-sm waves-effect waves-light" role="button" target="_blank">Review <i class="fas fa-search"></i></a>'
;
$laporan_luaran
=
'<a href="'
.
route
(
'reviewer.luaran-reviewer'
,
encrypt
(
$record
->
proposal_id
))
.
'" class="btn btn-primary btn-sm waves-effect waves-light" role="button" target="_blank">Review <i class="fas fa-search"></i></a>'
;
$produk_akhir
=
is_null
(
$record
->
produk_akhir
)
?
'<span class="badge bg-danger>Produk Akhir belum diunggah</span>'
:
'<a href="'
.
$record
->
produk_akhir
.
'" class="btn btn-primary btn-sm waves-effect waves-light" role="button" target="_blank">Review <i class="fas fa-search"></i></a>'
;
$video
=
DaftarProposalMonev
::
where
(
'proposal_id'
,
$proposal_id
)
->
where
(
'monev_internal_id'
,
$monev_internal_id
)
->
pluck
(
'url'
);
...
...
@@ -265,6 +267,10 @@ class MonevProposalController extends Controller
<td>'
.
$laporan_kemajuan
.
'</td>
</tr>
<tr>
<th>Laporan Akhir</th>
<td>'
.
$laporan_akhir
.
'</td>
</tr>
<tr>
<th>Laporan Lainnya</th>
<td>'
.
$laporan_luaran
.
'</td>
</tr>
...
...
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