@extends('layouts.app') @section('title', $song['title']) @section('content') @if( $playlist) $playlist->name ] ) }}'> Back to "{{$playlist->name}}" playlist @endif

{{$song['title']}}

{{$song->author}}

@if($song->key) Key: {{$song->key}}
@endif @if($song->verse) Scripture: {{$song->verse}}
@endif @can('update', $song ) edit this song @endcan
{!! $song['escapedText'] !!}
@endsection