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

{{ $title }}

{{ $Author->about ?: trans('author_subtitle', ['name' => $Author->name]) }}

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