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

Edit Song: {{ $song->code }}

Update metadata for this track in the catalog.

@csrf @method('PUT')
Cancel
@endsection