@extends('default')
@section('content')
Edit Show: {{$show->venue}} on {{$show->date->format('m/d/Y')}}
{!!Form::model($show,array('action' => array('Admin\AdminShowsController@update', $show->id),'method'=>'PUT'))!!}
@include ('admin.shows.partials.form')
{!! Form::close() !!}
@stop
@section('head')
@stop