{{-- The product's current image, on the edit form. A plain , deliberately: the file sits on the platform bucket, a different origin from the app, and an is not subject to CORS the way the upload widget's own fetch is. This is the same URL the POS grid and every listing render, so what the operator sees here is what the terminal shows. --}}
@if (filled($url ?? null)) Current product image $removing ?? false, ]) > @else
No image
@endif
@if ($removing ?? false) This image will be removed when you save. @else Current image. Upload a new one below to replace it. @endif