@include('project-concept-notes.partials.preview-print.styles')
@if(!empty($cachedBodyHtml))
{!! $cachedBodyHtml !!}
@else
@include('project-concept-notes.partials.preview-print.body')
@endif
@include('project-concept-notes.partials.preview-print.annexes')
@if (! empty(trim((string) ($attachmentEmbedHtml ?? ''))))
@endif