@extends('layouts.default') @section('content')

{{ $title }}

{{ $title }} is listed in our database on the following {{ count($plays) }} date{{ DeadStats::s($plays) }}:

@if (!empty($item->lyrics))

Lyrics

{{ $item->lyrics }}
@endif @if (empty($plays)) @else @foreach ($plays as $play) show->id, $user_show_ids)) {{ 'class="attended"' }} @endif> @endforeach @endif
Show Date Venue Gap Set Track # Song Before Song After
No Results
{{ $play->show->start_date }} {{ $play->show->venue }} {{ $play->gap() }} {{ $play->set }} {{ $play->track_number }} {{ $play->previous() }} {{ $play->next() }}
@stop