@extends('layouts.landing-page') @section('content')
Untuk Anda
Tangga Lagu
Hip Hop
Pop
Rock
R&B
Electronic
Jazz
Classical
Country
Indie
Metal
Mood
Workout
Focus
{{-- Section Notifikasi --}}
{{--
--}}

Pemberitahuan Penting

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

{{-- --}}
Featured artist
Playlist Terbaik

Karya Pilihan Bulan Ini

Lihat karya musik dari para kreator yang telah mengurus lisensi secara resmi. Jadikan inspirasimu untuk berkarya tanpa batas.

Lihat Sekarang

List lagu yang sering dicari

See All
@foreach ($songs as $song) @php // Extract filename from the 3rd image variant (small) $coverImages = explode(',', $song->cover_image ?? ''); $smallCoverFile = $coverImages[2] ?? null; // Get just the filename from the path (e.g. "cover_abc_sm.jpeg") $filename = $smallCoverFile ? basename($smallCoverFile) : null; // Generate image URL via route $imageUrl = $filename ? route('user.songs.image', ['filename' => $filename]) : 'https://via.placeholder.com/500/500?random=' . $song->id; @endphp @php $creatorName = $song->songContributors ->where('role', 'Composer') ->pluck('user.name') ->filter() ->implode(', ') ?? '-'; if (empty($creatorName)) { $creatorName = '-'; } $artistName = $song->songContributors->where('role', 'Artist')->pluck('user.name')->filter()->implode(', ') ?? '-'; if (empty($artistName)) { $artistName = 'No Artist'; } @endphp
{{ $song->title }}

{{ $song->title }}

{{ $artistName }}

@endforeach @php $recentSongs = [ [ 'title' => 'Blinding Lights', 'artist' => 'The Weeknd', 'img' => 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?q=80&w=300', ], [ 'title' => 'Bad Guy', 'artist' => 'Billie Eilish', 'img' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?q=80&w=300', ], [ 'title' => 'Stay', 'artist' => 'The Kid LAROI, Justin Bieber', 'img' => 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?q=80&w=300', ], [ 'title' => 'Levitating', 'artist' => 'Dua Lipa', 'img' => 'https://images.unsplash.com/photo-1496293455970-f8581aae0e3b?q=80&w=300', ], [ 'title' => 'Anti-Hero', 'artist' => 'Taylor Swift', 'img' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=300', ], [ 'title' => 'As It Was', 'artist' => 'Harry Styles', 'img' => 'https://images.unsplash.com/photo-1501612780327-45045538702b?q=80&w=300', ], [ 'title' => 'Blinding Lights', 'artist' => 'The Weeknd', 'img' => 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?q=80&w=300', ], [ 'title' => 'Bad Guy', 'artist' => 'Billie Eilish', 'img' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?q=80&w=300', ], [ 'title' => 'Stay', 'artist' => 'The Kid LAROI, Justin Bieber', 'img' => 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?q=80&w=300', ], [ 'title' => 'Levitating', 'artist' => 'Dua Lipa', 'img' => 'https://images.unsplash.com/photo-1496293455970-f8581aae0e3b?q=80&w=300', ], [ 'title' => 'Anti-Hero', 'artist' => 'Taylor Swift', 'img' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=300', ], [ 'title' => 'As It Was', 'artist' => 'Harry Styles', 'img' => 'https://images.unsplash.com/photo-1501612780327-45045538702b?q=80&w=300', ], ]; @endphp @foreach ($recentSongs as $song)
{{ $song['title'] }}

{{ $song['title'] }}

{{ $song['artist'] }}

@endforeach

List Artis Populer

See All
@foreach ($artists as $artist)

{{ $artist['name'] }}

@endforeach

List Lagu Populer

See All
@php $trendingSongs = [ [ 'title' => 'Anti-Hero', 'artist' => 'Taylor Swift', 'img' => 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?q=80&w=300', ], [ 'title' => 'Blinding Lights', 'artist' => 'The Weeknd', 'img' => 'https://images.unsplash.com/photo-1504509546545-e000b4a62425?q=80&w=300', ], [ 'title' => 'Rich Flex', 'artist' => 'Drake', 'img' => 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?q=80&w=300', ], [ 'title' => 'Levitating', 'artist' => 'Dua Lipa', 'img' => 'https://images.unsplash.com/photo-1501386761578-eac5c94b800a?q=80&w=300', ], [ 'title' => 'Shape of You', 'artist' => 'Ed Sheeran', 'img' => 'https://images.unsplash.com/photo-1468164016595-6108e4c60c8b?q=80&w=300', ], [ 'title' => 'bad guy', 'artist' => 'Billie Eilish', 'img' => 'https://images.unsplash.com/photo-1514320291840-2e0a9bf2a9ae?q=80&w=300', ], [ 'title' => 'Anti-Hero', 'artist' => 'Taylor Swift', 'img' => 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?q=80&w=300', ], [ 'title' => 'Blinding Lights', 'artist' => 'The Weeknd', 'img' => 'https://images.unsplash.com/photo-1504509546545-e000b4a62425?q=80&w=300', ], [ 'title' => 'Rich Flex', 'artist' => 'Drake', 'img' => 'https://images.unsplash.com/photo-1514525253161-7a46d19cd819?q=80&w=300', ], [ 'title' => 'Levitating', 'artist' => 'Dua Lipa', 'img' => 'https://images.unsplash.com/photo-1501386761578-eac5c94b800a?q=80&w=300', ], [ 'title' => 'Shape of You', 'artist' => 'Ed Sheeran', 'img' => 'https://images.unsplash.com/photo-1468164016595-6108e4c60c8b?q=80&w=300', ], [ 'title' => 'bad guy', 'artist' => 'Billie Eilish', 'img' => 'https://images.unsplash.com/photo-1514320291840-2e0a9bf2a9ae?q=80&w=300', ], ]; @endphp @foreach ($trendingSongs as $index => $song)
#{{ $index + 1 }}
{{ $song['title'] }}

{{ $song['title'] }}

{{ $song['artist'] }}

@endforeach

List Lagu Cover Populer

See All
@php $coverSongs = [ [ 'title' => 'Zombie (Cover)', 'artist' => 'Bad Wolves', 'original' => 'The Cranberries', 'img' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=300', ], [ 'title' => 'Hurt (Cover)', 'artist' => 'Johnny Cash', 'original' => 'Nine Inch Nails', 'img' => 'https://images.unsplash.com/photo-1453090927415-5f45085b65c0?q=80&w=300', ], [ 'title' => 'Sound of Silence (Cover)', 'artist' => 'Disturbed', 'original' => 'Simon & Garfunkel', 'img' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?q=80&w=300', ], [ 'title' => 'Nothing Compares 2 U (Cover)', 'artist' => 'Sinéad O\'Connor', 'original' => 'Prince', 'img' => 'https://images.unsplash.com/photo-1494232410401-ad00d5433cfa?q=80&w=300', ], [ 'title' => 'Zombie (Cover)', 'artist' => 'Bad Wolves', 'original' => 'The Cranberries', 'img' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=300', ], [ 'title' => 'Hurt (Cover)', 'artist' => 'Johnny Cash', 'original' => 'Nine Inch Nails', 'img' => 'https://images.unsplash.com/photo-1453090927415-5f45085b65c0?q=80&w=300', ], [ 'title' => 'Sound of Silence (Cover)', 'artist' => 'Disturbed', 'original' => 'Simon & Garfunkel', 'img' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?q=80&w=300', ], [ 'title' => 'Nothing Compares 2 U (Cover)', 'artist' => 'Sinéad O\'Connor', 'original' => 'Prince', 'img' => 'https://images.unsplash.com/photo-1494232410401-ad00d5433cfa?q=80&w=300', ], [ 'title' => 'Zombie (Cover)', 'artist' => 'Bad Wolves', 'original' => 'The Cranberries', 'img' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=300', ], [ 'title' => 'Hurt (Cover)', 'artist' => 'Johnny Cash', 'original' => 'Nine Inch Nails', 'img' => 'https://images.unsplash.com/photo-1453090927415-5f45085b65c0?q=80&w=300', ], [ 'title' => 'Sound of Silence (Cover)', 'artist' => 'Disturbed', 'original' => 'Simon & Garfunkel', 'img' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?q=80&w=300', ], [ 'title' => 'Nothing Compares 2 U (Cover)', 'artist' => 'Sinéad O\'Connor', 'original' => 'Prince', 'img' => 'https://images.unsplash.com/photo-1494232410401-ad00d5433cfa?q=80&w=300', ], ]; @endphp @foreach ($coverSongs as $song)
{{ $song['title'] }}
Cover Song

{{ $song['title'] }}

{{ $song['artist'] }}

Originally by {{ $song['original'] }}

@endforeach

List Pencipta Lagu Populer

See All
@php $composers = [ [ 'name' => 'Hans Zimmer', 'genre' => 'Film Score', 'img' => 'https://images.unsplash.com/photo-1507838153414-b4b713384a76?q=80&w=300', ], [ 'name' => 'John Williams', 'genre' => 'Classical/Film', 'img' => 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?q=80&w=300', ], [ 'name' => 'Ennio Morricone', 'genre' => 'Film Score', 'img' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=300', ], [ 'name' => 'Max Richter', 'genre' => 'Contemporary Classical', 'img' => 'https://images.unsplash.com/photo-1513883049090-d91fb58d69e1?q=80&w=300', ], [ 'name' => 'Hans Zimmer', 'genre' => 'Film Score', 'img' => 'https://images.unsplash.com/photo-1507838153414-b4b713384a76?q=80&w=300', ], [ 'name' => 'John Williams', 'genre' => 'Classical/Film', 'img' => 'https://images.unsplash.com/photo-1465847899084-d164df4dedc6?q=80&w=300', ], [ 'name' => 'Ennio Morricone', 'genre' => 'Film Score', 'img' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=300', ], [ 'name' => 'Max Richter', 'genre' => 'Contemporary Classical', 'img' => 'https://images.unsplash.com/photo-1513883049090-d91fb58d69e1?q=80&w=300', ], ]; @endphp @foreach ($composers as $composer) @endforeach

List Terbaru New

See All
@php $newReleases = [ [ 'title' => 'Midnight Rain', 'artist' => 'Taylor Swift', 'date' => 'Oct 21, 2023', 'img' => 'https://images.unsplash.com/photo-1494232410401-ad00d5433cfa?q=80&w=300', ], [ 'title' => 'Last Night', 'artist' => 'Morgan Wallen', 'date' => 'Oct 20, 2023', 'img' => 'https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?q=80&w=300', ], [ 'title' => 'Flowers', 'artist' => 'Miley Cyrus', 'date' => 'Oct 19, 2023', 'img' => 'https://images.unsplash.com/photo-1453090927415-5f45085b65c0?q=80&w=300', ], [ 'title' => 'Kill Bill', 'artist' => 'SZA', 'date' => 'Oct 18, 2023', 'img' => 'https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?q=80&w=300', ], [ 'title' => 'Anti-Hero', 'artist' => 'Taylor Swift', 'date' => 'Oct 17, 2023', 'img' => 'https://images.unsplash.com/photo-1470225620780-dba8ba36b745?q=80&w=300', ], [ 'title' => 'Unholy', 'artist' => 'Sam Smith', 'date' => 'Oct 16, 2023', 'img' => 'https://images.unsplash.com/photo-1496293455970-f8581aae0e3b?q=80&w=300', ], [ 'title' => 'As It Was', 'artist' => 'Harry Styles', 'date' => 'Oct 15, 2023', 'img' => 'https://images.unsplash.com/photo-1587653263995-422546a7a559?q=80&w=300', ], [ 'title' => 'About Damn Time', 'artist' => 'Lizzo', 'date' => 'Oct 14, 2023', 'img' => 'https://images.unsplash.com/photo-1526218626217-dc65a29bb444?q=80&w=300', ], [ 'title' => 'Stay With Me', 'artist' => 'Calvin Harris', 'date' => 'Oct 13, 2023', 'img' => 'https://images.unsplash.com/photo-1571266028997-41675a1b9b1f?q=80&w=300', ], [ 'title' => 'Break My Soul', 'artist' => 'Beyoncé', 'date' => 'Oct 12, 2023', 'img' => 'https://images.unsplash.com/photo-1513883049090-d91fb58d69e1?q=80&w=300', ], ]; @endphp @foreach ($newReleases as $index => $release)
NEW
{{ $release['title'] }}
{{ $release['date'] }}

{{ $release['title'] }}

{{ $release['artist'] }}

Released {{ $release['date'] }}
@endforeach
@endsection @section('scripts') @endsection