@extends('layouts.app') @section('content')
Add Song @foreach($songs as $song) @endforeach
Title Action
{{$song->title}}
@csrf @method('DELETE')
@endsection