Commit da1e8cb1 by windychikita20

update js

parent d6f412e4
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
</tr> </tr>
@foreach($sub_pernyataan_instrument as $value) @foreach($sub_pernyataan_instrument as $value)
@if($item->id == $value->id_pernyataan_instrument) @if($item->id == $value->id_pernyataan_instrument)
<tr> <tr>
<td>{{ $value->sub_peryataan }}</td> <td>{{ $value->sub_peryataan }}</td>
...@@ -169,8 +169,8 @@ ...@@ -169,8 +169,8 @@
<td> <td>
<input type="{{ $data->jenis_input->html }}" <input type="{{ $data->jenis_input->html }}"
name="jumlah_sub_peryataan[{{$item->id}}][{{$value->id}}][{{$a}}]"class="form-control" value=""> name="jumlah_sub_peryataan[{{$item->id}}][{{$value->id}}][{{$a}}]"class="form-control" value="{{ isset($arr_hasil[$item->id][$value->id][$a][$filter_tahun]) ? $arr_hasil[$item->id][$value->id][$a][$filter_tahun]->jumlah : '' }}">
{{-- {{ isset($arr_hasil[$item->id][$value->id][$a][$filter_tahun]) ? $arr_hasil[$item->id][$value->id][$a][$filter_tahun]->jumlah : '' }} --}}
</td> </td>
@endfor @endfor
......
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