File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 111111 {{ trans (' admin/hardware/form.order' ) } }
112112 </label >
113113 <div class =" col-md-7" >
114- <input class =" form-control" type =" text" maxlength =" 20 " name =" order_number" id =" order_number" value =" {{ old (' order_number' ) } }" />
114+ <input class =" form-control" type =" text" maxlength =" 200 " name =" order_number" id =" order_number" value =" {{ old (' order_number' ) } }" />
115115 {!! $errors -> first (' order_number' , ' <span class="alert-msg" aria-hidden="true"><i class="fa fa-times" aria-hidden="true"></i> :message</span>' ) ! !}
116116 </div >
117117 </div >
153153 @endforeach
154154 </div > <!-- /.box-body-->
155155
156- <div class =" box-footer text-right" >
156+ <div class =" text-right box-footer " >
157157 <button type =" submit" class =" btn btn-success" ><i class =" fa fa-check icon-white" aria-hidden =" true" ></i > {{ trans (' general.save' ) } } </button >
158158 </div >
159159 </div > <!-- /.box.box-default-->
You can’t perform that action at this time.
0 commit comments