update
parent
96459f29a6
commit
0beeddd43e
|
|
@ -47,10 +47,11 @@
|
||||||
<div class="table-responsive mt-3" style="overflow-x: auto;">
|
<div class="table-responsive mt-3" style="overflow-x: auto;">
|
||||||
<table class="table table-bordered table-detail">
|
<table class="table table-bordered table-detail">
|
||||||
|
|
||||||
<tr>
|
<tr class="table-info">
|
||||||
<th>No</th>
|
<th width="5%">No</th>
|
||||||
<th>Tahun</th>
|
<th width="5%">Tahun</th>
|
||||||
<th>Activity</th>
|
<th>Activity</th>
|
||||||
|
<th width="5%">Satuan</th>
|
||||||
<th>Value</th>
|
<th>Value</th>
|
||||||
</tr>
|
</tr>
|
||||||
@foreach ($formDetails as $k => $detail)
|
@foreach ($formDetails as $k => $detail)
|
||||||
|
|
@ -62,7 +63,7 @@
|
||||||
<td>{{$k+1}}</td>
|
<td>{{$k+1}}</td>
|
||||||
<td>{{request()->tahun}}</td>
|
<td>{{request()->tahun}}</td>
|
||||||
<td style="min-width: 150px; text-decoration:normal">
|
<td style="min-width: 150px; text-decoration:normal">
|
||||||
{{ $detail->activity ? $detail->activity->name : 'N/A' }} - ({{ $detail->unit_code }})
|
{{ $detail->activity ? $detail->activity->name : 'N/A' }}
|
||||||
|
|
||||||
@if ($unitCategory)
|
@if ($unitCategory)
|
||||||
|
|
||||||
|
|
@ -70,6 +71,9 @@
|
||||||
{{ $unitCode }}
|
{{ $unitCode }}
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{{ $detail->unit_code }}
|
||||||
|
</td>
|
||||||
@php
|
@php
|
||||||
$activity_value = isset($activityFormDetails[request()->tahun])
|
$activity_value = isset($activityFormDetails[request()->tahun])
|
||||||
? $activityFormDetails[request()->tahun]
|
? $activityFormDetails[request()->tahun]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue