@extends ('default') @section ('content')
| Date | City | Venue | edit | delete |
|---|---|---|---|---|
| {{$show->date->format('M d, Y')}} | {{$show->location}} | {{$show->venue}} | e | x |
No upcoming shows
@endif Add a show| Date | City | Venue | edit | delete |
|---|---|---|---|---|
| {{$show->date->format('M d, Y')}} | {{$show->location}} | {{$show->venue}} | e | x |
No past shows available
@endif @stop