{{-- Name: manualChapter.editForm Author: JH2 Created: 2015-05-28 --}} @extends('partials.box') @section($content_id) {!! Form::model($chapter, ['route' => ['manual-chapter.update', $chapter->id], 'method' => 'PATCH', 'class' => 'form-horizontal']) !!}