@extends('frontend.app') @section('content')
{!! adCode('ad_all_page_top') !!}

{{ trans('Playlists') }}

{{ trans('playlists_subtitle') }}

    @each('frontend.playlist-list', $data, 'item')
@include('frontend.pagination')
@if (!isInfiniteScroll()) {!! adCode('ad_all_page_bottom') !!} @endif
@endsection