@if(Auth::user()->userTypeId==1)
@include('user-web.layouts.sidebar')
@else
@include('business.layouts.sidebar')
@endif
@if($shared_tracks)
@endif
@if($recently_listen_tracks)
@else
@endif
@if($get_recommendation)
@endif
Shared Music
@foreach($shared_tracks['songs'] as $tracks)
@endforeach
Shared By {{get_username($shared_tracks['userId'][0])}}
{{$tracks['name']}}
{{ucfirst($tracks['type'])}}
Recently Listened
@foreach($recently_listen_tracks as $tracks)
@endforeach
{{$tracks['name']}}
{{ucfirst($tracks['type'])}}
Recommendations
@foreach($get_recommendation as $recommend)
@endforeach
{{$recommend['name']}}
{{ucfirst($recommend['type'])}}
Popular Artists
Show all
@foreach($artists_details as $artist)
@endforeach
{{$artist['name']}}
{{ucfirst($artist['type'])}}
Popular albums
Show all
@foreach($albums['items'] as $album)
@endforeach
{{ $album['name'] }}
Album
Top Categories
Show all
@foreach($categories['items'] as $category)
@endforeach
{{ $category['name'] }}
Top Genres
Show all
@foreach($genres['genres'] as $genre)
@endforeach