Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/resources/views/song.blade.php')
| -rw-r--r-- | laravel/resources/views/song.blade.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/laravel/resources/views/song.blade.php b/laravel/resources/views/song.blade.php new file mode 100644 index 0000000..c63477b --- /dev/null +++ b/laravel/resources/views/song.blade.php @@ -0,0 +1,3 @@ +@extends('main') +@section('content') +<h2>{{$song['title']}}</h2> |