update placeholder

This commit is contained in:
LailaWulandarii 2026-01-15 19:21:28 +07:00
parent 28c5206b9d
commit 54e9f32413
1 changed files with 2 additions and 3 deletions

View File

@ -78,7 +78,7 @@ class="form-control formulirbuket-input @error('no_wa') is-invalid @enderror"
<div class="row g-3">
<div class="col-md-6">
<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"
value="{{ old('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"
class="form-control formulirbuket-input bg-white @error('waktu_ambil') is-invalid @enderror"
placeholder="Pilih Jam Pengambilan" value="{{ old('waktu_ambil') }}"
readonly>
placeholder="Pilih Jam" value="{{ old('waktu_ambil') }}" readonly>
<span class="input-group-text bg-white"><i class="bi bi-clock"></i></span>
</div>