@if(Auth::user()->userTypeId==1)
@include('user-web.layouts.sidebar')
@else
@include('business.layouts.sidebar')
@endif
Popular {{$getCategory['name']}} Playlists
Show all
@foreach($categoriesTracks['items'] as $album)
@endforeach
{{ $album['name'] }}
{{ $album['description'] }}