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 1010            <div  class =" col-lg-6"  >
1111                <div  class =" input-group"  >
1212                    <span  class =" input-group-addon"  ><i  class =" fa fa-calendar"  ></i ></span >
13-                     <input  type =" text"   name =" {{ $name [' start'  ]} }"   value =" {{  old ($column [' start'  ], $value [' start'  ])  } }"   class =" form-control {{ $class [' start'  ]} }"   style =" width  : 150px  "   {!!  $attributes   ! !}  />
13+                     <input  type =" text"   name =" {{ $name [' start'  ]} }"   value =" {{  old ($column [' start'  ], $value [' start'  ] ??  null )  } }"   class =" form-control {{ $class [' start'  ]} }"   style =" width  : 150px  "   {!!  $attributes   ! !}  />
1414                </div >
1515            </div >
1616
1717            <div  class =" col-lg-6"  >
1818                <div  class =" input-group"  >
1919                    <span  class =" input-group-addon"  ><i  class =" fa fa-calendar"  ></i ></span >
20-                     <input  type =" text"   name =" {{ $name [' end'  ]} }"   value =" {{  old ($column [' end'  ], $value [' end'  ])  } }"   class =" form-control {{ $class [' end'  ]} }"   style =" width  : 150px  "   {!!  $attributes   ! !}  />
20+                     <input  type =" text"   name =" {{ $name [' end'  ]} }"   value =" {{  old ($column [' end'  ], $value [' end'  ] ??  null )  } }"   class =" form-control {{ $class [' end'  ]} }"   style =" width  : 150px  "   {!!  $attributes   ! !}  />
2121                </div >
2222            </div >
2323        </div >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments