@if ($grandChild['isCentered'])
@if ($grandChild['showAbrev'] && $grandChild['structureType'])
{{ $grandChild['structureType']->abrev }}
{{ $grandChild['orderText'] }}
@else
{{ $grandChild['orderText'] }}
@endif
@if (!empty(trim($grandChildCurrentVersion['structure']->content ?? '')))
{!! $grandChildCurrentVersion['structure']->content !!}
@endif
@else
@if ($grandChild['showAbrev'] && $grandChild['structureType'])
@if (($grandChild['structureType']->abrev ?? '') === 'Art.')
{{ $grandChild['structureType']->abrev }}
{{ $grandChild['orderText'] }}
@else
{{ $grandChild['structureType']->abrev }}
{{ $grandChild['orderText'] }} -
@endif
@else
{{ $grandChild['orderText'] }} -
@endif
@if (!empty(trim($grandChildCurrentVersion['structure']->content ?? '')))
{!! $grandChildCurrentVersion['structure']->content !!}
@endif
@endif