{{-- Display API data --}} @foreach ($data as $contenttype) @if($contenttype['contentviewtype']==4)
@endif @if($contenttype['contentviewtype']==1 || $contenttype['contentviewtype']==2) @if($contenttype['contents'])

{{ $contenttype['catname'] }}

@foreach ($contenttype['contents'] as $index => $content) @if ($index < 4) @endif @endforeach
@endif @endif @endforeach