@extends('layouts.app') @section('content')
| Title | Date | Status | ||
|---|---|---|---|---|
|
{{ $songContributor->song->title }}
{{ $songContributor->user->name ?? 'Unknown Artist' }}
|
{{ $songContributor->created_at->format('M d, Y') }} | @php $status = $songContributor->song->status ?? 'Draft'; $statusClass = [ 'Active' => 'bg-success', 'Pending' => 'bg-warning', 'Published' => 'bg-primary', 'Draft' => 'bg-secondary', ][$status] ?? 'bg-secondary'; @endphp @foreach (explode(' ', $status) as $word) {{ $word }} @endforeach |
|
|
| Tidak ada lagu yang ditemukan. | ||||
| Cover Title | Original Artist | Date Created | Status | Stats | |
|---|---|---|---|---|---|
|
Cover of Song
{{ $i }}
{{ rand(1, 5) }}:{{ sprintf('%02d', rand(0, 59)) }}
|
Original Artist {{ $i }} | {{ now()->subDays(rand(1, 30))->format('M d, Y') }} | @php $status = $statuses[array_rand($statuses)]; $statusClass = [ 'Published' => 'bg-success', 'Draft' => 'bg-secondary', 'Processing' => 'bg-warning', ][$status]; @endphp {{ $status }} |
{{ rand(100, 9999) }}
{{ rand(10, 999) }}
|
|
Complete your drafts and share your music with the world.