portsign
Conditional Form Input and Table Column
Hi everyone, I'm experiencing an issue where the image thumbnail is not displaying when I view/edit it, but it appears on the front page (rows). Below is my code, please provide guidance.
FileUpload::make('image')
->enableOpen()
->enableDownload()
->label('Company Image')
->disk('cloudinary')
->visibility('private')
->columnSpanFull(),
40 replies