edit lapasitas
This commit is contained in:
parent
1e7100d806
commit
fd1100558d
|
|
@ -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>
|
||||||
<input type="number" name="kapasitas_tps"
|
<div class="input-group">
|
||||||
class="form-control @error('kapasitas_tps') is-invalid @enderror"
|
<input type="number" name="kapasitas_tps"
|
||||||
value="{{ old('kapasitas_tps', $tps->kapasitas_tps) }}">
|
class="form-control @error('kapasitas_tps') is-invalid @enderror"
|
||||||
|
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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue