@extends('frontend.app') @section('content')
{!! adCode('ad_all_page_top') !!}
@if ($musics->isNotEmpty())
    @include('frontend.list')
@include('frontend.pagination') @else

{{ trans('Woops, No Favourites Ringtones Found!') }}

@endif
@if (!isInfiniteScroll()) {!! adCode('ad_all_page_bottom') !!} @endif
@endsection @section('bottomnavigation') @if ($firstMusic = $musics->first()) @include('frontend.miniplayer', [ 'media' => $firstMusic->getFirstMedia(Constant::THUMB_COLLECTION), 'title' => $firstMusic->file_name, 'artistNames' => $firstMusic->relationLoaded('artists') ? join(',', Arr::pluck($firstMusic->artists, 'name')) : $firstMusic->album->name, ]) @endif @endsection