How to by default update a post with the current image when an image has not been chosen in edit form. I am using laravel 8
I would like to be able to update a post with the current image when an image file is not chosen in the edit form. However, when I try to only save changes for a post caption or url in the edit form, …