update
This commit is contained in:
@@ -1040,6 +1040,93 @@
|
||||
<label for="lsg_pewarnaanlain" class="col-form-label">8. Pewarnaan Lain-Lain</label>
|
||||
<textarea id="lsg_pewarnaanlain" style="width: 100%; height: 200px; font-size: 12px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;"></textarea>
|
||||
</div>
|
||||
<div class="form-group col-lg-12">
|
||||
<label>Nuggent Score</label>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-lg-4">
|
||||
<label for="lsg_lactobacillus" class="col-form-label">Lactobacillus</label>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-lg-6">
|
||||
<select class="form-control ekspertiseseletc" id="lsg_jumlahlactobacillus" name="lsg_jumlahlactobacillus">
|
||||
<option value="">Pilih Jumlah Per Lapang</option>
|
||||
@if(isset($jsonjumlahlactobacillus) && !empty($jsonjumlahlactobacillus))
|
||||
@foreach($jsonjumlahlactobacillus as $rows)
|
||||
<option value="{!! $rows->name !!}">{!! $rows->name !!}</option>
|
||||
@endforeach
|
||||
@endif
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group col-lg-6">
|
||||
<select class="form-control ekspertiseseletc" id="lsg_lactobacillus" name="lsg_lactobacillus">
|
||||
<option value="">Pilih Skore</option>
|
||||
@php
|
||||
$mulai = 0;
|
||||
while ($mulai != 5){
|
||||
echo '<option value="'.$mulai.'">'.$mulai.'</option>';
|
||||
$mulai++;
|
||||
}
|
||||
@endphp
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-lg-4">
|
||||
<label for="lsg_gardnerella" class="col-form-label">Gardnerella</label>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-lg-6">
|
||||
<select class="form-control ekspertiseseletc" id="lsg_jumlahgardnerella" name="lsg_jumlahgardnerella">
|
||||
<option value="">Pilih Jumlah Per Lapang</option>
|
||||
@if(isset($jsonjumlahgardnerella) && !empty($jsonjumlahgardnerella))
|
||||
@foreach($jsonjumlahgardnerella as $rows)
|
||||
<option value="{!! $rows->name !!}">{!! $rows->name !!}</option>
|
||||
@endforeach
|
||||
@endif
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group col-lg-6">
|
||||
<select class="form-control ekspertiseseletc" id="lsg_gardnerella" name="lsg_gardnerella">
|
||||
<option value="">Pilih Skore</option>
|
||||
@php
|
||||
$mulai = 0;
|
||||
while ($mulai != 5){
|
||||
echo '<option value="'.$mulai.'">'.$mulai.'</option>';
|
||||
$mulai++;
|
||||
}
|
||||
@endphp
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group col-lg-4">
|
||||
<label for="lsg_mobiluncus" class="col-form-label">Mobiluncus</label>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-lg-6">
|
||||
<select class="form-control ekspertiseseletc" id="lsg_jumlahmobiluncus" name="lsg_jumlahmobiluncus">
|
||||
<option value="">Pilih Jumlah Per Lapang</option>
|
||||
@if(isset($jsonjumlahmobiluncus) && !empty($jsonjumlahmobiluncus))
|
||||
@foreach($jsonjumlahmobiluncus as $rows)
|
||||
<option value="{!! $rows->name !!}">{!! $rows->name !!}</option>
|
||||
@endforeach
|
||||
@endif
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group col-lg-6">
|
||||
<select class="form-control ekspertiseseletc" id="lsg_mobiluncus" name="lsg_mobiluncus">
|
||||
<option value="">Pilih Skore</option>
|
||||
@php
|
||||
$mulai = 0;
|
||||
while ($mulai != 5){
|
||||
echo '<option value="'.$mulai.'">'.$mulai.'</option>';
|
||||
$mulai++;
|
||||
}
|
||||
@endphp
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row templatejawaban" id="templatetbc">
|
||||
<div class="form-group col-lg-12">
|
||||
@@ -1673,6 +1760,7 @@
|
||||
<option value="TCM-RNA HIV">TCM-RNA HIV</option>
|
||||
<option value="TCM-HCV VL">TCM-HCV VL</option>
|
||||
<option value="PCR HIV Viral load">PCR HIV Viral load</option>
|
||||
<option value="EID PCR DNA HIV">EID PCR DNA HIV</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group col-lg-3" id="vl_hasildiv1select">
|
||||
|
||||
Reference in New Issue
Block a user