Edit Does not show the user image

I have a form that has an option of the image upload but the challenge is when editting i dont see the image yet it appears on the list children page
Forms\Components\FileUpload::make('profile_picture')
->directory('children')
->image()
->label('Child Image')
->required(),
Forms\Components\FileUpload::make('profile_picture')
->directory('children')
->image()
->label('Child Image')
->required(),
1 Reply
LeandroFerreira
LeandroFerreira3mo ago
Did you run php artisan storage:link ? Did you config the APP_URL in the .env?