Import jobs were successfully created.
@foreach($jobs as $jobTitleAsText => $data)
-
{{$data['main']->getTitle()->getPrefixedText()}}
@if(count($data['subPages']) > 0)
(with the following investigations:
{{implode(',', array_map(fn($subPage) => $subPage->getTitle()->getSubpageText(), $data['subPages']))}} )
@endif
@endforeach