{{-- 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('manualChapter.partials.createForm', [ 'content_id' => 'manual_create_31512', 'header_title' => Lang::get('manual.createSection'), ]) @stop @section('main-right') {{-- @include('partials.stats', [ 'content_id' => 'company_summary_122522', 'header_title' => Lang::get('company.sumstats'), ]) --}} @stop @section('footer-left') @stop