@php
$songVersions = [
[
'title' => 'Blinding Lights (Acoustic)',
'artist' => 'John Mayer',
'type' => 'Acoustic Version',
'duration' => '3:45',
'views' => '850K',
'image' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Remix)',
'artist' => 'Calvin Harris',
'type' => 'Electronic Remix',
'duration' => '4:12',
'views' => '1.2M',
'image' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Live)',
'artist' => 'The Weeknd',
'type' => 'Live Performance',
'duration' => '3:52',
'views' => '2.1M',
'image' => 'https://images.unsplash.com/photo-1453090927415-5f45085b65c0?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Cover)',
'artist' => 'Billie Eilish',
'type' => 'Cover Version',
'duration' => '3:18',
'views' => '950K',
'image' => 'https://images.unsplash.com/photo-1494232410401-ad00d5433cfa?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Piano)',
'artist' => 'Ludovico Einaudi',
'type' => 'Piano Cover',
'duration' => '4:05',
'views' => '720K',
'image' => 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Orchestral)',
'artist' => 'London Symphony',
'type' => 'Orchestral Version',
'duration' => '5:20',
'views' => '580K',
'image' => 'https://images.unsplash.com/photo-1465281815158-6fde50ab8ade?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Country)',
'artist' => 'Keith Urban',
'type' => 'Country Version',
'duration' => '3:35',
'views' => '430K',
'image' => 'https://images.unsplash.com/photo-1487180144351-b8472da7d491?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Jazz)',
'artist' => 'Norah Jones',
'type' => 'Jazz Cover',
'duration' => '4:18',
'views' => '380K',
'image' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Reggae)',
'artist' => 'Bob Marley Jr.',
'type' => 'Reggae Version',
'duration' => '3:58',
'views' => '620K',
'image' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Spanish)',
'artist' => 'Bad Bunny',
'type' => 'Spanish Cover',
'duration' => '3:25',
'views' => '890K',
'image' => 'https://images.unsplash.com/photo-1453090927415-5f45085b65c0?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Metal)',
'artist' => 'Metallica',
'type' => 'Metal Cover',
'duration' => '4:45',
'views' => '1.1M',
'image' => 'https://images.unsplash.com/photo-1494232410401-ad00d5433cfa?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Violin)',
'artist' => 'Lindsey Stirling',
'type' => 'Violin Cover',
'duration' => '3:42',
'views' => '670K',
'image' => 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Unplugged)',
'artist' => 'Ed Sheeran',
'type' => 'Unplugged Version',
'duration' => '3:28',
'views' => '1.5M',
'image' => 'https://images.unsplash.com/photo-1465281815158-6fde50ab8ade?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Dubstep)',
'artist' => 'Skrillex',
'type' => 'Dubstep Remix',
'duration' => '4:32',
'views' => '920K',
'image' => 'https://images.unsplash.com/photo-1487180144351-b8472da7d491?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (K-Pop)',
'artist' => 'BTS',
'type' => 'K-Pop Version',
'duration' => '3:36',
'views' => '2.3M',
'image' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Classical)',
'artist' => 'Yo-Yo Ma',
'type' => 'Classical Version',
'duration' => '4:55',
'views' => '450K',
'image' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (House)',
'artist' => 'David Guetta',
'type' => 'House Remix',
'duration' => '5:15',
'views' => '1.8M',
'image' => 'https://images.unsplash.com/photo-1453090927415-5f45085b65c0?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Blues)',
'artist' => 'B.B. King Jr.',
'type' => 'Blues Version',
'duration' => '4:02',
'views' => '320K',
'image' => 'https://images.unsplash.com/photo-1494232410401-ad00d5433cfa?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Trap)',
'artist' => 'Travis Scott',
'type' => 'Trap Remix',
'duration' => '3:48',
'views' => '1.3M',
'image' => 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Folk)',
'artist' => 'Bon Iver',
'type' => 'Folk Version',
'duration' => '4:12',
'views' => '280K',
'image' => 'https://images.unsplash.com/photo-1465281815158-6fde50ab8ade?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Gospel)',
'artist' => 'Kirk Franklin',
'type' => 'Gospel Version',
'duration' => '4:38',
'views' => '510K',
'image' => 'https://images.unsplash.com/photo-1487180144351-b8472da7d491?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Funk)',
'artist' => 'Bruno Mars',
'type' => 'Funk Version',
'duration' => '3:55',
'views' => '740K',
'image' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Lofi)',
'artist' => 'ChilledCow',
'type' => 'Lofi Hip Hop',
'duration' => '3:21',
'views' => '1.9M',
'image' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (8-bit)',
'artist' => 'Chiptune Artists',
'type' => '8-bit Version',
'duration' => '3:21',
'views' => '390K',
'image' => 'https://images.unsplash.com/photo-1453090927415-5f45085b65c0?w=300&h=300&fit=crop'
],
[
'title' => 'Blinding Lights (Ambient)',
'artist' => 'Brian Eno',
'type' => 'Ambient Version',
'duration' => '6:45',
'views' => '180K',
'image' => 'https://images.unsplash.com/photo-1494232410401-ad00d5433cfa?w=300&h=300&fit=crop'
]
];
@endphp
@foreach($songVersions as $index => $version)
{{ $version['type'] }}
{{ $version['duration'] }}
{{ $version['title'] }}
{{ $version['artist'] }}
{{ $version['views'] }} views
@endforeach