@extends('backend.index') @section('content')
{!! $album->title !!} - @foreach($album->artists as $artist){!! $artist->name !!}@if(!$loop->last), @endif @endforeach

Songs: {{ $album->song_count }}

Preview @if(! $album->approved) (only Moderator) @endif Tracks List Upload

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