@if(isset($data['head']))
@foreach(json_decode($data['head']->data) as $h)
| {{$h}} |
@endforeach
@foreach($data['body'] as $b)
@php $kd = 0; @endphp
@foreach(json_decode($b->data) as $d)
| {!! html_entity_decode($d) !!} |
@php $kd++; @endphp
@endforeach
@endforeach
@else
@endif