@php
$exampleHeaderItems = [
"\n" => '
',
];
@endphp
@if(isset($templateComponents[0]['example']['body_text']))
@php
$bodyTextItems = $templateComponents[0]['example']['body_text'];
$bodyTextExampleIndex = 1;
foreach ($bodyTextItems[0] as $bodyTextItem) {
$exampleHeaderItems["{{{$bodyTextExampleIndex}}}"] = $bodyTextItem;
$bodyTextExampleIndex++;
}
@endphp
@endif
{{ strtr(data_get($templateComponents, '0.text'), $exampleHeaderItems) }}