@extends('frontend.layouts.client.index') @section('content')
@if (!$remainingTvInfo->isEmpty())
@if (!$tvChannelCategory->isEmpty()) @foreach ($tvChannelCategory as $category)
@foreach ($remainingTvInfo as $tv) @if ($category->id == $tv->tv_channel_category_id) @endif @endforeach
@endforeach @endif
@if ($tvInfo->is_parental == 'on')
To Watch This Parental Content Please Do

@else @if ($tvInfo->stream_type == 'youtube') {!! $embeded !!} @else @endif @endif
@endif
{{-- Parental Content Modal --}} {{-- share modal --}} {{-- report modal --}} @endsection @push('custom-js') @endpush