How to show current image in EditAction
I have a model which has a spatie image.
In the model's filament related table, i have an edit action for each model (modal). So i'd like to let the user upload a new image (which is working), but also showing the current image. how to achieve it? wasnt lucky trying to find it in the documentation
for example this model (see img below) has an image, but isnt being shown. how to show it?
2 Replies