@php $nameBase = $nameBase ?? 'report[part_g][pictorial_observations][rows]['.$rIdx.']'; $dotBase = $dotBase ?? 'report.part_g.pictorial_observations.rows.'.$rIdx.'.'; $previewFlatIdx = isset($previewFlatIdx) ? (int) $previewFlatIdx : (int) $rIdx; $storage = old($dotBase.$slot.'_storage', $row[$slot.'_storage'] ?? ''); $originalName = old($dotBase.$slot.'_original_name', $row[$slot.'_original_name'] ?? ''); $previewUrl = mec_report_part_g_attachment_preview_url( (int) ($reportDraftIdForG1 ?? 0), (int) ($mecReportIdForG1 ?? 0), $previewFlatIdx, (string) $slot, (string) $storage ); @endphp