I have been using this method for loading database data into forms:
value="{{$offer->name}}"
This method works with all other input types but not with type="datetime-local"
The date and time have been stored in mysql with type datetime.
is their any methods to get the time and date back into the field (datetime-local) ?
Thank you