@extends('layouts.main') @section('content') @foreach ($data as $contenttype) @if($contenttype['contentviewtype']==4)
@endif @if($contenttype['contentviewtype']==1 || $contenttype['contentviewtype']==2) @if($contenttype['contents'])
@if(isset($contenttype['catname']))

{{ $contenttype['catname'] }}

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