{{-- Start::category --}}
@if (!$categoryInfo->isEmpty())
@foreach ($categoryInfo as $category)
@endforeach
@foreach ($categoryInfo as $category)
@endforeach
@endif
{{-- End::Country --}}
{{-- Start::Country --}}
@if (!$countryInfo->isEmpty())
@foreach ($countryInfo as $country)
@endforeach
@foreach ($countryInfo as $country)
@endforeach
@endif
{{-- End::Country --}}
{{-- Start::Year --}}
@if (!$years->isEmpty())
Year
@foreach ($years as $index => $year)
@endforeach
@endif
{{-- End::Year --}}
{{-- Start:: Celebrities --}}
@if (!$celebrityInfo->isEmpty())
@foreach ($celebrityInfo as $celebrity)
@endforeach
@foreach ($celebrityInfo as $celebrity)
@endforeach
@endif
{{-- End:: Celebrities --}}
{{-- Start:: Genre --}}
{{-- @if (!$genreInfo->isEmpty())
Genres
@foreach ($genreInfo as $genre)
@endforeach
@endif --}}
{{-- End:: Genre --}}
{{-- Start:: Live Tv --}}
@if (!$tvInfo->isEmpty())
Live TV
@foreach ($tvInfo as $tv)
@endforeach
{{--
@foreach ($tvInfo as $tv)
@endforeach
--}}
@endif