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

Popular Artists

@foreach($all_artists_details as $artist)

{{$artist['name']}}

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

@endforeach