@include('elements.profile.widgets.latest-media') @include('elements.profile.widgets.subscribe') @if(getSetting('site.ads_sidebar_spot'))
{!! getSetting('site.ads_sidebar_spot') !!}
@endif @if(getSetting('profiles.spotify_enabled')) @if(!empty($spotifyAccount)) @include('elements.profile.widgets.spotify', [ 'spotifyAccount' => $spotifyAccount, 'spotifyAnthem' => $spotifyAnthem, ]) @endif @endif @include('template.footer-feed')