@extends('backend.index') @section('content')
{!! $song->title !!} - @foreach($song->artists as $artist){!! $artist->name !!}@if(!$loop->last), @endif @endforeach
@if($song->mp3) MP3 @endif @if($song->hd) HD @endif @if($song->hls) HLS @endif

Preview @if(! $song->approved) (only Moderator) @endif

@csrf
@if(! $song->approved) @endif
@csrf
@endsection