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