@extends('layouts.app') @section('title', "Editing $song[title]") @section('content') @if ($errors->any())
@endif
@csrf
@endsection