@foreach($data as $index => $value)
@foreach($value['episodes']->toArray(request()) as $episodeIndex => $episode)
-
@include('frontend::components.card.card_episode', ['data' => $episode, 'index' => $episodeIndex])
@endforeach
@if($value['total_episodes'] > 5)
@endif
@endforeach