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

{{$song['title']}}

@can('update', $song ) number ) }}'>edit this song @endcan
{!! $song['escapedText'] !!}
@endsection