@forelse ($playlists as $playlist)
@if (isset($playlist->cover_image) && file_exists(public_path() . '/files/img/' . $playlist->cover_image))
@else
@endif
{{ $playlist->name }}
{{ $playlist->torrents_count }} {{ __('torrent.torrents') }}
@empty
{{ __('playlist.about') }}
@endforelse
{{ $playlists->links('partials.pagination') }}