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