{!! $song->title !!}
@foreach($song->artists as $artist)
{!! $artist->name !!}
@if(!$loop->last), @endif @endforeach
{{ humanTime($song->duration) }}
@if($song->flac)
FLAC
@else
FLAC
@endif @if($song->wav)
WAV
@else
WAV
@endif @if($song->mp3)
MP3
@else
MP3
@endif