{{-- Name: ManualSection.create.blade Author: JH2 Created: 2015-05-28 Description: This is the page used to create a new Models\ManualSection Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('manual.createSection.pageTitle')) @section('main-left') @include('manualSection.partials.createForm', [ 'content_id' => 'manual_create_31313', 'header_title' => Lang::get('manual.createSection'), ]) @stop