@extends('layouts.main') @section('content') @foreach ($data as $contenttype) @if($contenttype['contentviewtype']==4) @foreach ($contenttype['contents'] as $content) Watch Trailer @endforeach @endif @if($contenttype['contentviewtype']==1 || $contenttype['contentviewtype']==2) @if($contenttype['contents']) @if(isset($contenttype['catname'])) {{ $contenttype['catname'] }} Show all @endif @foreach ($contenttype['contents'] as $index => $content) @if ($index < 4) @if ($content['isfree'] == 0) @endif {{ $content['duration'] }} {{ $content['name'] }} @endif @endforeach @endif @endif @endforeach