@include('commons.toolbar.song', ['type' => 'collection', 'id' => $profile->id])
@yield('pagination')
@extends('index') @section('pagination') @include('commons.song', ['songs' => $profile->collection, 'element' => 'collection']) @stop @section('content') @include('profile.nav')
{{ __('web.EMPTY_COLLECTION_DESC_OWNER') }}
@else{{ __('web.EMPTY_COLLECTION_DESC') }}
@endif