@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(!empty($getUploadedSongs)) {{$getUploadedSongs[0]['name']}} @else Record not found! @endif

@if(!empty($getUploadedSongs)) @foreach($getUploadedSongs as $t => $musics) @endforeach @endif