{{-- Name: Manual.index.blade Author: JH2 Created: 2015-05-28 Description: This is the public manual page Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('manual.manual.pageTitle')) @section('main-left') @include('manualChapter.partials.content', [ 'content_id' => 'content_1352', 'header_title' => $contentTitle, 'data' => $manualContent, ]) @stop @section('main-right') @include('manualChapter.partials.tableOfContents', [ 'content_id' => 'content_2152', 'header_title' => $tableOfContentsTitle, 'data' => $tableOfContents, ]) @stop @section('footer-left') @stop