{{-- Reusable Drawing Module Usage: @include('components.drawing-module', [ 'moduleName' => 'OptoForm', 'referenceId' => $OptoId, 'title' => 'Visit drawing', 'instanceId' => 'opto-drawing' ]) --}} @php $instanceId = $instanceId ?? ('drawing-' . uniqid()); $moduleName = $moduleName ?? 'General'; $referenceId = (int) ($referenceId ?? 0); $title = $title ?? ''; $canvasWidth = $canvasWidth ?? 900; $canvasHeight = $canvasHeight ?? 560; @endphp