Backend for songs.zachdecook.com
1
2
3
4
5
6
@extends('main')
@section('content')
<h2>{{$song['title']}}</h2>
<pre>
{{$song['text']}}
</pre>