Commit 8552ca61 by windychikita20

update js

parent c5a706c2
...@@ -167,18 +167,7 @@ ...@@ -167,18 +167,7 @@
<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>
<!-- @php
$hasil_subinstrument = App\Models\Hasil_Instrument::
where('id_pernyataan_instrument',$item->id)
->where('id_sub_pernyataan_instrument',$value->id)
->where('id_fakultas',$a)
->where('tahun',$filter_tahun)
->first();
@endphp -->
<!-- <input type="{{ $data->jenis_input->html }}"
name="jumlah_sub_peryataan[{{$item->id}}][{{$value->id}}][{{$a}}]"class="form-control" value="@if(!empty($hasil_subinstrument)){{$hasil_subinstrument->jumlah}}@endif"> -->
<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 : '' }}">
......
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