@once @push('stylesheets') @endpush @endonce @php $pciIiiBBnRemarks = $pciIiiBBottlenecks['remarks'] ?? []; if (! is_array($pciIiiBBnRemarks)) { $pciIiiBBnRemarks = []; } $pciIiiBBnOptions = app(\App\Services\PC\PcFormService::class)->pcIiiBBottleneckOptionLabels(); $pciIiiBLitigationEvidenceRaw = $pciIiiBBottlenecks['under_litigation_evidence'] ?? null; $pciIiiBLitigationEvidenceParsed = app(\App\Services\PC\PcFormService::class)->parsePcIiiRichTextColumn($pciIiiBLitigationEvidenceRaw); $pciIiiBLitigationAttRows = []; foreach ($pciIiiBLitigationEvidenceParsed['attachments'] as $f) { if (empty($f['path'])) { continue; } $pciIiiBLitigationAttRows[] = ['path' => $f['path'], 'title' => $f['name'] ?? basename((string) $f['path'])]; } @endphp