{{ ucwords($song->title) }}
{{ $song->composer }}
{!! $song->present()->showRecorded() !!}
{!! $song->present()->getLyrics() !!}
{!! $song->present()->getVideo() !!}
@extends('layouts.master') @section('title') {{ $song->title }} @stop @section('content')
{{ $song->composer }}
{!! $song->present()->showRecorded() !!}