@if(count($playlists) > 0) @foreach($playlists as $playlist) @php $count = $playlist->episodes->count(); @endphp @endforeach
...

Create another Playlist

Create
@else
...

No Playlist found!

Create
@endif