{{--
{{ $flowchart->title }}
Project: {{ $flowchart->project->description ?? '-' }}
Description: {{ $flowchart->description ?? '-' }}
--}}
{{--
{{ $flowchart->title ?? 'Flowchart Export' }}
--}}
@if(!empty($imageData))
{{ $flowchart->title ?? 'Flowchart' }}
{{--
The flowchart is shown at its original size.
If it is too wide or tall, it may be clipped at the page edge in PDF.
--}}
@else
No flowchart image available.
@endif