Commit 93f8f257 by Siti Aisah

fix btn file ec

parent 271f536c
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<td style="text-align: left">{{ $pengajuan->klasifikasi }}</td> <td style="text-align: left">{{ $pengajuan->klasifikasi }}</td>
<td style="text-align: left"> <td style="text-align: left">
@if(!empty($pengajuan->file_ec)) @if(!empty($pengajuan->file_ec))
<strong><a href="https://sipeka.unesa.ac.id/sipeka/file/{!!$pengajuan->file_ec!!}" target="_blank">File EC</a></strong> <strong><a href="https://sipeka.unesa.ac.id/sipeka/file/{!!$pengajuan->file_ec!!}" target="_blank" class="btn btn-success btn-md">Lihat</a></strong>
@endif @endif
</td> </td>
@php @php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment