|
@@ -83,13 +83,13 @@
|
|
@enderror
|
|
@enderror
|
|
</div>
|
|
</div>
|
|
<div class="form-group mb-4">
|
|
<div class="form-group mb-4">
|
|
- <input type="text" class="form-control rounded-0 py-3" name="phone" placeholder="Phone Number" value="{{ old('phone') }}" />
|
|
|
|
|
|
+ <input type="text" class="form-control rounded-0 py-3 phone" name="phone" placeholder="Phone Number" value="{{ old('phone') }}" />
|
|
@error('phone')
|
|
@error('phone')
|
|
<small class="text-warning">{{$message}}</small>
|
|
<small class="text-warning">{{$message}}</small>
|
|
@enderror
|
|
@enderror
|
|
</div>
|
|
</div>
|
|
<div class="form-group mb-4">
|
|
<div class="form-group mb-4">
|
|
- <input type="text" class="form-control rounded-0 py-3" name="zip" placeholder="Zip Code" value="{{ old('zip') }}" />
|
|
|
|
|
|
+ <input type="text" class="form-control rounded-0 py-3 zip" name="zip" placeholder="Zip Code" value="{{ old('zip') }}" />
|
|
@error('zip')
|
|
@error('zip')
|
|
<small class="text-warning">{{$message}}</small>
|
|
<small class="text-warning">{{$message}}</small>
|
|
@enderror
|
|
@enderror
|