@extends('layouts.admin') @section('content') {!! Form::model($event, ['method' => 'PATCH', 'action' => ['EventsController@update', $event->id]]) !!} @include('admin.events.form', ['submit_title' => 'Update Event']) {!! Form::close() !!} @endsection