@if(Auth::user()->userTypeId==1)
@include('user-web.layouts.sidebar')
@else
@include('business.layouts.sidebar')
@endif
Search Song
@if(!empty($tracks['items']))
@endif
@if(!empty($playlists['items']))
@endif
@if(!empty($artists['items']))
@endif
@if(!empty($albums['items']))
@endif
@if(!empty($categories['items']))
@endif
Tracks
@foreach($tracks['items'] as $t => $musics)
@endforeach
Playlists
Show all
@foreach($playlists['items'] as $playlist)
@endforeach
{{ $playlist['name'] }}
Playlist
Artists
Show all
@foreach($artists['items'] as $artist)
@endforeach
{{$artist['name']}}
{{ucfirst($artist['type'])}}
Albums
Show all
@foreach($albums['items'] as $album)
@endforeach
{{ $album['name'] }}
Album
Browse all
@foreach($categories['items'] as $category)
@endforeach