@if(Auth::user()->userTypeId==1) @include('user-web.layouts.sidebar') @else @include('business.layouts.sidebar') @endif
@if(!empty($tracks['items']))
@endif @if(!empty($playlists['items'])) @endif @if(!empty($artists['items']))

Artists

Show all
@foreach($artists['items'] as $artist)

{{$artist['name']}}

{{ucfirst($artist['type'])}}

@endforeach
@endif @if(!empty($albums['items'])) @endif @if(!empty($categories['items'])) @endif