@if(!empty($spotifyAccount)) @php($acc = $spotifyAccount) @php($artists = $acc->top_artists ?? [])
{{ __('Spotify') }}
{{-- If nothing to show, don't render the rail --}} @if(!empty($spotifyAnthem) || (!empty($artists) && count($artists))) @else
{{ __('Spotify data not available.') }}
@endif
@endif