placeholder koordinat
This commit is contained in:
parent
1798868133
commit
0c1150e1a4
|
|
@ -113,7 +113,7 @@ class="form-control @error('status_tps') is-invalid @enderror">
|
||||||
name="latitude"
|
name="latitude"
|
||||||
class="form-control @error('latitude') is-invalid @enderror"
|
class="form-control @error('latitude') is-invalid @enderror"
|
||||||
value="{{ old('latitude') }}"
|
value="{{ old('latitude') }}"
|
||||||
placeholder="Contoh: -7.623 atau 7°35'17.25"S">
|
placeholder="Contoh: 7°35'17.25"S">
|
||||||
|
|
||||||
@error('latitude')
|
@error('latitude')
|
||||||
<small class="text-danger">{{ $message }}</small>
|
<small class="text-danger">{{ $message }}</small>
|
||||||
|
|
@ -127,7 +127,7 @@ class="form-control @error('latitude') is-invalid @enderror"
|
||||||
name="longitude"
|
name="longitude"
|
||||||
class="form-control @error('longitude') is-invalid @enderror"
|
class="form-control @error('longitude') is-invalid @enderror"
|
||||||
value="{{ old('longitude') }}"
|
value="{{ old('longitude') }}"
|
||||||
placeholder="Contoh: 111.980 atau 111°55'0.97"E">
|
placeholder="Contoh: 111°55'0.97"E">
|
||||||
|
|
||||||
@error('longitude')
|
@error('longitude')
|
||||||
<small class="text-danger">{{ $message }}</small>
|
<small class="text-danger">{{ $message }}</small>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue