@if(Auth::user()->userTypeId==1) @include('user-web.layouts.sidebar') @else @include('business.layouts.sidebar') @endif
@if($shared_tracks) @endif @if($recently_listen_tracks)

Recently Listened

@foreach($recently_listen_tracks as $tracks)

{{$tracks['name']}}

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

@endforeach
@else @endif @if($get_recommendation)

Recommendations

@foreach($get_recommendation as $recommend)

{{$recommend['name']}}

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

@endforeach
@endif

Popular Artists

Show all
@foreach($artists_details as $artist)

{{$artist['name']}}

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

@endforeach