{!! Form::hidden("week[$i][urutan_minggu]", $urutanMinggu, ['class'=>'form-control']) !!}
{!! Form::select("week[$i][hari]", $dayList, null, ['class'=>'form-control select2', 'id'=>'hari']) !!}
@endfor
*/ ?>
@foreach($komponens as $komponen)
@if (count($komponen->komponen) > 0)
{!! Form::hidden("week[$i][id]", $komponen->ms_4w_id, ['class'=>'form-control', 'id'=>'id']) !!}
{!! Form::hidden("week[$i][aset_id]", $komponen->komponen->id, ['class'=>'form-control', 'id'=>'aset_id']) !!}
{!! Form::hidden("week[$i][is_equipment]", $komponen->komponen->equipment, ['class'=>'form-control', 'id'=>'is_equipment']) !!}
{!! Form::hidden("week[$i][equipment_id]", $komponen->komponen->equipment_id, ['class'=>'form-control', 'id'=>'equipment_id']) !!}
{!! Form::hidden("week[$i][ms_52w_id]", $komponen->id, ['class'=>'form-control', 'id'=>'ms_52w_id']) !!}
{!! Form::hidden("week[$i][ms_4w_id]", $komponen->ms_4w_id, ['class'=>'form-control', 'id'=>'ms_4w_id']) !!}
{!! Form::hidden("week[$i][hari]", !empty($komponen->hari)?$komponen->hari:'senin', ['class'=>'form-control', 'id'=>'hari']) !!}
@endif
@endforeach
{{ 'Jumlah Entri : '.$jmlKomponen }}