update placeholder
This commit is contained in:
parent
28c5206b9d
commit
54e9f32413
|
|
@ -78,7 +78,7 @@ class="form-control formulirbuket-input @error('no_wa') is-invalid @enderror"
|
||||||
<div class="row g-3">
|
<div class="row g-3">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label class="form-label small">Tanggal Pengambilan</label>
|
<label class="form-label small">Tanggal Pengambilan</label>
|
||||||
<input type="date" name="tgl_ambil"
|
<input type="date" name="tgl_ambil" placeholder="Pilih Tanggal"
|
||||||
class="form-control formulirbuket-input @error('tgl_ambil') is-invalid @enderror"
|
class="form-control formulirbuket-input @error('tgl_ambil') is-invalid @enderror"
|
||||||
value="{{ old('tgl_ambil') }}">
|
value="{{ old('tgl_ambil') }}">
|
||||||
@error('tgl_ambil')
|
@error('tgl_ambil')
|
||||||
|
|
@ -92,8 +92,7 @@ class="form-control formulirbuket-input @error('tgl_ambil') is-invalid @enderror
|
||||||
|
|
||||||
<input type="text" id="jam_picker" name="waktu_ambil"
|
<input type="text" id="jam_picker" name="waktu_ambil"
|
||||||
class="form-control formulirbuket-input bg-white @error('waktu_ambil') is-invalid @enderror"
|
class="form-control formulirbuket-input bg-white @error('waktu_ambil') is-invalid @enderror"
|
||||||
placeholder="Pilih Jam Pengambilan" value="{{ old('waktu_ambil') }}"
|
placeholder="Pilih Jam" value="{{ old('waktu_ambil') }}" readonly>
|
||||||
readonly>
|
|
||||||
<span class="input-group-text bg-white"><i class="bi bi-clock"></i></span>
|
<span class="input-group-text bg-white"><i class="bi bi-clock"></i></span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue