@extends('layouts.app') @section('content')

Dashboard

Status details and quick configurations for the karaoke player.

Total Songs
{{ $songsCount }}
Target Player Location
/karaoke/
Static Host Sync
Regenerate client indexes.
@csrf

Recent Song Uploads

View all
@forelse($recentSongs as $song) @empty @endforelse
Code Title Artist Filename
{{ $song->code }} {{ $song->title }} {{ $song->artist }} {{ $song->filename }}
No songs uploaded yet.
@endsection