edit lapasitas

This commit is contained in:
rahmagustin 2026-04-20 06:34:02 +07:00
parent 1e7100d806
commit fd1100558d
1 changed files with 8 additions and 3 deletions

View File

@ -93,9 +93,14 @@ class="form-control @error('tahun_pembuatan') is-invalid @enderror"
<div class="form-group"> <div class="form-group">
<label>Kapasitas TPS</label> <label>Kapasitas TPS</label>
<div class="input-group">
<input type="number" name="kapasitas_tps" <input type="number" name="kapasitas_tps"
class="form-control @error('kapasitas_tps') is-invalid @enderror" class="form-control @error('kapasitas_tps') is-invalid @enderror"
value="{{ old('kapasitas_tps', $tps->kapasitas_tps) }}"> value="{{ old('kapasitas_tps', $tps->kapasitas_tps) }}">
<div class="input-group-append">
<span class="input-group-text">ton/hari</span>
</div>
</div>
@error('kapasitas_tps') @error('kapasitas_tps')
<small class="text-danger">{{ $message }}</small> <small class="text-danger">{{ $message }}</small>