@include('user.partials.top')
{{ $user->display_name }}
@if($user->display_bio)
{{ $user->display_bio }}
@endif
@if($user->donation['active'])
@endif
@if(count($links))
@foreach($links as $link)
@switch($link->type)
@case('text')
{{ $link->display_title }}
@break
@case('youtube')
@break
@case('soundcloud')
@break
@case('spotify')
@break
@case('aparat')
@break
@endswitch
@endforeach
@endif
@if(count($contactLinks))
@endif
@if(count($socialLinks))
@foreach($socialLinks as $key => $link)
@endforeach
@endif