@extends('layouts.app') @section('title', $song['title']) @section('content') @if( isset( $back ) ) $back])}}'>{{$back->title}} @endif @if( $playlist ?? FALSE) $playlist->name])}}'> Back to {{$playlist->name}} @else Go home @endif @if( isset( $next ) ) $next])}}'>{{$next->title}} @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