Compare commits

..

No commits in common. "main" and "ade05062025001" have entirely different histories.

View File

@ -11,11 +11,9 @@
<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">
<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>
<input type="text" class="form-control" name="pdnorec" id="pdnorec" required>
</div>
<div class="form-group col-lg-4 col-sm-12">
<label class="form-label fw-bold" for="namaObatNonRacikan">&nbsp;</label>
<button type="submit" class="btn bg-success text-light col-12">Cari </button>
</div>
</div>