{{-- Name: ManualSection.createForm Author: JH2 Created: 2015-05-28 --}} @extends('partials.box') @section($content_id) {!! Form::model('ManualSection', ['route' => ['manual-section.store'], 'class' => 'form-horizontal']) !!}