{{-- OptoForm Draw Image tab – drawings stored per MrdNo --}} @php $drawingRefId = (int) ($MrdNo ?? 0); @endphp
@include('components.drawing-module', [ 'moduleName' => 'OptoForm', 'referenceId' => $drawingRefId, 'title' => 'MRD ' . ($MrdNo ?? '') . ' – Visit ' . ($VisitNo ?? ''), 'instanceId' => 'opto-drawing-module', 'canvasWidth' => 900, 'canvasHeight' => 560, ])