@extends('cms.application') @section('content')
Update {{ $speech->name }}
{!! Form::model($speech, ['route' => ['cms.speeches.update', $speech->id], 'files' => true, 'method' => 'PATCH']) !!} @include('cms.speeches._form', ['submitButton' => "Update"]) {!! Form::close() !!}
@stop