update
parent
3e03e97e94
commit
360afbd034
|
|
@ -78,8 +78,8 @@
|
||||||
@if ($unitCategory)
|
@if ($unitCategory)
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
@php
|
@php
|
||||||
$activity_value = isset($activityFormDetails[$year])
|
$activity_value = isset($activityFormDetails[request()->tahun])
|
||||||
? $activityFormDetails[$year]
|
? $activityFormDetails[request()->tahun]
|
||||||
->where('activity_code', $detail->activity_code)
|
->where('activity_code', $detail->activity_code)
|
||||||
->where('activity_unit_code', $detail->unit_code)
|
->where('activity_unit_code', $detail->unit_code)
|
||||||
->first()->activity_value ?? ''
|
->first()->activity_value ?? ''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue