File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
resources/views/partials/forms/edit Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments