@if (count($popularWeekly) > 0)

{{ __('home.popular-weekly') }}

    @php $counter = 0; @endphp @foreach ($popularWeekly as $pEpisode) @php $episode = $pEpisode->episode; @endphp @if($counter >= 8) @continue @endif @include('stream.partials.episode-partial') @php $counter += 1; @endphp @endforeach
@endif