@extends('layouts.app') @section('content')
| Song | Genre | Uploaded | Status | License | Stats | Revenue | Actions |
|---|---|---|---|---|---|---|---|
|
Composed Song {{ $i }}
{{ rand(1, 5) }}:{{ sprintf('%02d', rand(0, 59)) }}
|
{{ $genres[array_rand($genres)] }} | {{ now()->subDays(rand(1, 365))->format('M d, Y') }} | @php $status = $statuses[array_rand($statuses)]; $statusClass = [ 'Published' => 'bg-success', 'Draft' => 'bg-secondary', 'Pending Review' => 'bg-warning', ][$status]; @endphp {{ $status }} | @php $license = $licenses[array_rand($licenses)]; $licenseClass = [ 'Standard' => 'bg-blue-lt', 'Premium' => 'bg-purple-lt', 'Exclusive' => 'bg-gold-lt', ][$license]; @endphp {{ $license }} |
{{ number_format(rand(100, 50000)) }}
{{ rand(0, 50) }}
|
Rp {{ number_format(rand(50000, 5000000)) }} |
|