@if ($content)

{!! $content['name'] !!}

@foreach ($content['content'] as $c)

{!! $c['name'] !!}

{!! $c['items']['FIELD_0']['val'] !!} @if ($c['items']['FIELD_1']['val']) @endif
@if ($c['items']['FIELD_4']['val']) @endif
@endforeach @endif