Skip to content

Commit a61dd8a

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 7ee9a69 + e1156be commit a61dd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="form-group {{ $errors->has('email') ? ' has-error' : '' }}">
22
<label for="email" class="col-md-3 col-xs-12 control-label">{{ trans('admin/suppliers/table.email') }}</label>
33
<div class="col-md-8 col-xs-12">
4-
<input type="text" name="email" id="email" value="{{ old('email', $item->email) }}" class="form-control" maxlength="191" style="width:100%; display:flex;">
4+
<input type="text" name="email" id="email" value="{{ old('email', $item->email ?? null) }}" class="form-control" maxlength="191" style="width:100%; display:flex;">
55
{!! $errors->first('email', '<span class="alert-msg" aria-hidden="true"><i class="fas fa-times" aria-hidden="true"></i> :message</span>') !!}
66
</div>
77
</div>

0 commit comments

Comments
 (0)