{{ $data['caption'] ?? '' }}

{{ $data['title'] ?? '' }}

{{ $data['desc'] ?? '' }}


@foreach ($data['items'] as $itemLeftRight)
@if ($itemLeftRight['type'] == 'image-left')
{{ $itemLeftRight['img'] ?? '' }}

{{ $itemLeftRight['title'] ?? '' }}

{{ $itemLeftRight['desc'] ?? '' }}

@elseif($itemLeftRight['type'] == 'image-right')

{{ $itemLeftRight['title'] ?? '' }}

{{ $itemLeftRight['desc'] ?? '' }}

{{ $itemLeftRight['img'] ?? '' }}
@endif
@endforeach