@extends('layouts.landing-page') @section('content')

Today's Mix

Personalized trending tracks curated just for you, updated daily.

Updated today 25 tracks

Featured Tracks

@for ($i = 1; $i <= 15; $i++)
Track art
{{ ['Blinding Lights', 'Save Your Tears', 'Starboy', 'Bad Guy', 'Circles', 'Don\'t Start Now', 'Watermelon Sugar', 'Levitating', 'Stay', 'Good 4 U', 'Mood', 'Peaches', 'Montero', 'Butter', 'Easy On Me'][$i - 1] }}
{{ ['The Weeknd', 'Dua Lipa', 'Justin Bieber', 'Billie Eilish', 'Post Malone', 'Dua Lipa', 'Harry Styles', 'Dua Lipa', 'The Kid LAROI', 'Olivia Rodrigo', '24kGoldn', 'Justin Bieber', 'Lil Nas X', 'BTS', 'Adele'][$i % 15] }}
{{ rand(2, 4) }}:{{ sprintf('%02d', rand(0, 59)) }} {{ ['Featured', 'Recommended', 'Trending', 'New Release', 'Popular'][$i % 5] }}
@endfor

More Like This

See All
@php $mixTitles = ['Workout Mix', 'Chill Vibes', 'Party Hits', 'Focus Flow', 'Morning Boost', 'Throwback Jams', 'EDM Favorites', 'Acoustic Sessions']; @endphp @foreach ($mixTitles as $index => $title)
{{ $title }}

{{ $title }}

{{ rand(10, 30) }} tracks

@endforeach
@endsection @section('scripts') @endsection