{{-- Read-only preview of the question's image, served via the /media route (question images live at storage/app/public/... and are served by /media, not the /storage disk URL the FileUpload widget uses). --}} @php $record = $getRecord(); $img = $record?->question_image; @endphp @if ($img)