{{-- Name: home.starthelp.blade Author: AL Created: 2015-10-15 Description: This is the public manuals page Updated by: Description: --}} @extends('app') @section('_pageTitle', Lang::get('manual.pageTitle')) @section('main-left') @include('home.partials.manualList', [ 'content_id' => 'manual_index_1352', 'header_title' => Lang::get('manual.listing'), 'data' => $manuals, ]) @stop @section('main-right') {{-- @include('manualSection.partials.tableOfContents', [ 'content_id' => 'manual_toc_2152', 'header_title' => Lang::get('manual.tableOfContentsTitle'), 'data' => '', ]) --}} @stop @section('footer-script') @include('home.partials.jscript') @stop