Penambahan Label Input Pencarian Riwayat Pasien
This commit is contained in:
parent
f1414ab6cd
commit
a4bc35779b
@ -11,9 +11,11 @@
|
||||
<form method="GET" action="{{ route('dokter.emr.soap.view') }}" data-toggle="validator">
|
||||
<div class="row">
|
||||
<div class="form-group col-lg-8 col-sm-12">
|
||||
<input type="text" class="form-control" name="pdnorec" id="pdnorec" required>
|
||||
<label class="form-label fw-bold" for="namaObatNonRacikan">Pencarian Riwayat Pasien</label>
|
||||
<input type="text" class="form-control" name="pdnorec" id="pdnorec" placeholder="Masukkan No MR Pasien" required>
|
||||
</div>
|
||||
<div class="form-group col-lg-4 col-sm-12">
|
||||
<label class="form-label fw-bold" for="namaObatNonRacikan"> </label>
|
||||
<button type="submit" class="btn bg-success text-light col-12">Cari </button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user