@if(Auth::check())
@if(Auth::user()->userTypeId==1)
@include('user-web.layouts.sidebar')
@else
@include('business.layouts.sidebar')
@endif
@endif
@php
$img_u = '';
if(!empty($getUploadedSongs)){
$img_u = $getUploadedSongs[0]['album']['images'][0]['url'];
}
@endphp
@if(Auth::check())
@include('business.layouts.footer')
@else
@endif
@if(!empty($getUploadedSongs))
@foreach($getUploadedSongs as $t => $musics)
@endforeach
@endif