@extends('app') @section('head') @stop @section('content')
The Potato Pirates @if(count($shows)>0)

Upcoming Shows

@foreach ($shows as $show) @endforeach
Date City Venue
{{$show->date->format('M d')}} {{$show->location}} {{$show->venue}}
@endif
@stop @section("footer") @stop