Commit 9bebf96b by windychikita20

update js

parent 57a7861e
...@@ -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="{{ isset($arr_hasil[$item->id][$value->id][$a][$filter_tahun]) ? $arr_hasil[$item->id][$value->id][$a][$filter_tahun]->jumlah : '' }}"> 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 : '' }}"> -->
</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