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

Songs Database

Manage and sync MIDI/KAR tracks in the catalog.

Add Song
@forelse($songs as $song) @empty @endforelse
Code Title Artist Filename Actions
{{ $song->code }} {{ $song->title }} {{ $song->artist }} {{ $song->filename }} Edit
@csrf @method('DELETE')
No matching songs found in database.
@if($songs->hasPages())
{{ $songs->links() }}
@endif
@endsection