Commit ee0f18f3 by windychikita20

update js

parent 9bebf96b
...@@ -167,10 +167,11 @@ ...@@ -167,10 +167,11 @@
<td>{{ $value->sub_peryataan }}</td> <td>{{ $value->sub_peryataan }}</td>
@for ($a = 1; $a <= count($fakultas) ; $a++) @for ($a = 1; $a <= count($fakultas) ; $a++)
<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 : '' }}">
<input type="hidden" value="@if(!empty($hasil_subinstrument)){{$hasil_subinstrument->id}}@endif" name="id_subhasil[]" class="form-control"> --}}
</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