Suppliers > Edit > Mark URL inputs as HTML5 URL inputs
This commit is contained in:
parent
88acdbcc28
commit
e4a3a1a35f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<div class="form-group {{ $errors->has('url') ? ' has-error' : '' }}">
|
||||
<label for="url" class="col-md-3 control-label">{{ trans('general.url') }}</label>
|
||||
<div class="col-md-7">
|
||||
<input class="form-control" name="url" type="text" id="url" value="{{ old('url', $item->url) }}">
|
||||
<input class="form-control" name="url" type="url" id="url" value="{{ old('url', $item->url) }}">
|
||||
{!! $errors->first('url', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue