about summary refs log tree commit diff
path: root/laravel/resources/views/song.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'laravel/resources/views/song.blade.php')
-rw-r--r--laravel/resources/views/song.blade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/laravel/resources/views/song.blade.php b/laravel/resources/views/song.blade.php
index daf2dd2..c166862 100644
--- a/laravel/resources/views/song.blade.php
+++ b/laravel/resources/views/song.blade.php
@@ -1,4 +1,5 @@
 @extends('layouts.app')
+@section('title', $song['title'])
 @section('content')
 <div class='container'>
     <h2>{{$song['title']}}</h2>