@extends('layouts.main') @section('content')
@if(count($shows)>0 && !empty($shows[0]->flyer))

Next Show

@endif @if(count($shows)>0)

Upcoming Shows

@foreach ($shows as $show) @endforeach
{{$show->date->format('M')}} {{$show->date->format('j')}} {{$show->date->format('Y')}}
{{$show->city}}, {{$show->state}} {{$show->venue}} {{$show->details}}
@endif
{{--
--}} {{--
--}} {{--The Potato Pirates--}} {{--@if(count($shows)>0)--}} {{--

Next Show

--}} {{----}} {{--

Upcoming Shows

--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@foreach ($shows as $show)--}} {{----}} {{----}} {{----}} {{----}} {{----}} {{--@endforeach--}} {{----}} {{--
DateLocationVenue
{{$show->date->format('M d')}}{{$show->city}}, {{$show->state}}{{$show->venue}}
--}} {{--@endif--}} {{----}} {{--
--}} {{--
--}} @stop