@if(isset($data['head'])) @foreach(json_decode($data['head']->data) as $h) @endforeach @foreach($data['body'] as $b) @foreach(json_decode($b->data) as $d) @endforeach @endforeach
{{$h}}
{!! html_entity_decode($d) !!}
@else
@endif