This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-11-26 16:53:16 +08:00
parent 9fcbcae462
commit 3eb90e2c89
7 changed files with 228 additions and 26 deletions
+5 -5
View File
@@ -61,20 +61,20 @@
</div>
</div>
</div>
<div class="col-12 mt-3 form-group row">
<div class="col-12 mt-3 justify-content-between form-group row">
<div class="btn-group btn-group-toggle col-6" data-toggle="buttons">
<label class="btn btn-primary">
<input type="radio" name="options" id="option1" value="belum_tebus" autocomplete="off" checked> BELUM TEBUS
<input type="radio" name="options" id="option1" value="belum_tebus" autocomplete="off" checked>Belum Tebus
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option2" value="sudah_tebus" autocomplete="off"> SUDAH TEBUS
<input type="radio" name="options" id="option2" value="sudah_tebus" autocomplete="off">Sudah Tebus
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option3" value="lelong" autocomplete="off"> LELONG
<input type="radio" name="options" id="option3" value="lelong" autocomplete="off">Lelong
</label>
</div>
<div class="col-6 text-right">
<a class="button btn btn-primary" href="{{ route('gadaian',['noic'=>$customer_info['kpbaru'] ]) }}">DAFTAR GADAI</a>
<a class="button btn btn-primary" style="margin-right:-50px" href="{{ route('gadaian',['noic'=>$customer_info['kpbaru'] ]) }}">Daftar Gadai</a>
</div>
</div>
</div>