@if ($content)

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

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

{!! $c['items']['FIELD_0']['val'] !!}

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